mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-06-11 04:21:06 -04:00
Merge pull request #493 from KManolov3/feature/uepr-40-desktop-feature-parity
fix: only sign macos builds
This commit is contained in:
commit
1c4aa8fa30
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci-cd.yml
vendored
4
.github/workflows/ci-cd.yml
vendored
|
@ -23,7 +23,9 @@ jobs:
|
|||
run:
|
||||
shell: bash
|
||||
env:
|
||||
SCRATCH_SHOULD_SIGN: ${{ github.ref_name == 'develop' }}
|
||||
# This is a temporary workaround. We're currently having issues signing windows builds
|
||||
# due to a change of the security policy (see https://github.com/electron/windows-installer/issues/473)
|
||||
SCRATCH_SHOULD_SIGN: ${{ github.ref_name == 'develop' && matrix.os != 'windows-latest' }}
|
||||
AC_USERNAME: ${{ (github.ref_name == 'develop' && secrets.AC_USERNAME) || '' }}
|
||||
AC_PASSWORD: ${{ (github.ref_name == 'develop' && secrets.AC_PASSWORD) || '' }}
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue