mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-06-27 21:20:28 -04:00
fix: only sign macos builds
This commit is contained in:
parent
efedd1e7e5
commit
bc4d4ca687
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:
|
run:
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
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_USERNAME: ${{ (github.ref_name == 'develop' && secrets.AC_USERNAME) || '' }}
|
||||||
AC_PASSWORD: ${{ (github.ref_name == 'develop' && secrets.AC_PASSWORD) || '' }}
|
AC_PASSWORD: ${{ (github.ref_name == 'develop' && secrets.AC_PASSWORD) || '' }}
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue