Skip to content

Commit

Permalink
* Add always publish setting to electron-builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMYHuang committed Jan 14, 2021
1 parent 5563427 commit 0740cbd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- run: |
npm i -D
npm run dist-win
npm run dist-win -- -p always
publish-deb:
runs-on: ubuntu-latest
Expand All @@ -46,7 +46,7 @@ jobs:

- run: |
npm i -D
npm run dist-deb
npm run dist-deb -- -p always
publish-rpm:
runs-on: ubuntu-latest
Expand All @@ -62,7 +62,7 @@ jobs:

- run: |
npm i -D
npm run dist-rpm
npm run dist-rpm -- -p always
publish-mac:
runs-on: macos-latest
Expand All @@ -78,4 +78,4 @@ jobs:

- run: |
npm i -D
npm run dist-mac
npm run dist-mac -- -p always

0 comments on commit 0740cbd

Please sign in to comment.