mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2025-06-10 12:01:15 -04:00
fix: make true comparison compare to string
This commit is contained in:
parent
79748a5335
commit
efedd1e7e5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-cd.yml
vendored
2
.github/workflows/ci-cd.yml
vendored
|
@ -72,7 +72,7 @@ jobs:
|
|||
WIN_CSC_LINK: ${{ secrets.WIN_CSC_LINK }}
|
||||
WIN_CSC_KEY_PASSWORD: ${{ secrets.WIN_CSC_KEY_PASSWORD }}
|
||||
PYTHON_PATH: ${{ matrix.os == 'macos-latest' && '/Users/runner/.pyenv/versions/2.7.18/bin/python'}}
|
||||
run: npm run ${{ env.SCRATCH_SHOULD_SIGN == true && 'dist' || 'distDev' }}
|
||||
run: npm run ${{ env.SCRATCH_SHOULD_SIGN == 'true' && 'dist' || 'distDev' }}
|
||||
- name: Zip MAS-Dev build
|
||||
if: matrix.os == 'macos-latest' && env.SCRATCH_SHOULD_SIGN == 'true'
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue