Skip to content

Commit

Permalink
Revert "try again"
Browse files Browse the repository at this point in the history
This reverts commit 67f1c33.
  • Loading branch information
altendky committed Apr 15, 2023
1 parent 67f1c33 commit 6e621ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ jobs:
- name: Build electron app
env:
# macos
CSC_FOR_PULL_REQUEST: ${{ matrix.os.matrix == 'macos' && 'true' || env.CSC_FOR_PULL_REQUEST }}
CSC_FOR_PULL_REQUEST: ${{ matrix.os.matrix == 'macos' && 'true' || '' }}
# windows
CSC_LINK: ${{ matrix.os.matrix == 'windows' && secrets.WIN_CODE_SIGN_CERT || env.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ matrix.os.matrix == 'windows' && secrets.WIN_CODE_SIGN_PASSWORD || env.CSC_KEY_PASSWORD }}
CSC_LINK: ${{ matrix.os.matrix == 'windows' && secrets.WIN_CODE_SIGN_CERT || '' }}
CSC_KEY_PASSWORD: ${{ matrix.os.matrix == 'windows' && secrets.WIN_CODE_SIGN_PASSWORD || '' }}
run: |
npm run build
npm run package-none -- ${{ matrix.os.electron-builder-options }} ${{ matrix.arch.electron-builder-options }}
Expand Down

0 comments on commit 6e621ef

Please sign in to comment.