Skip to content

Commit

Permalink
modify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iwate committed May 20, 2022
1 parent 0508679 commit bc3fe8f
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 @@ -34,7 +34,7 @@ jobs:
# CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD_WIN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./src/Aiplugs.PoshApp.Electron/
run: npm run electron:build -- -p onTagOrDraft
run: npm run electron:build -- -p always
macos:
runs-on: macos-latest
steps:
Expand All @@ -61,4 +61,4 @@ jobs:
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD_MAC }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
working-directory: ./src/Aiplugs.PoshApp.Electron/
run: npm run electron:build -- -p onTagOrDraft
run: npm run electron:build -- -p always

0 comments on commit bc3fe8f

Please sign in to comment.