Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate authored May 25, 2021
1 parent 46a4fb3 commit 6c792e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
run: npm install
- name: Build electron
env:
CSC_LINK: ${{ secrets.CSC_LINK_WIN }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD_WIN }}
# CSC_LINK: ${{ secrets.CSC_LINK_WIN }}
# CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD_WIN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./src/Aiplugs.PoshApp.Electron/
run: npm run electron:build
Expand Down

0 comments on commit 6c792e5

Please sign in to comment.