We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c70030 commit 09f6b81Copy full SHA for 09f6b81
1 file changed
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- os: [macos-latest]
+ os: [macos-latest, windows-latest, ubuntu-latest]
20
21
steps:
22
- name: Checkout git repo
@@ -44,4 +44,4 @@ jobs:
44
# This is used for uploading release assets to github
45
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46
run: |
47
- npm exec electron-builder -- --publish always --win --mac --linux
+ npm exec electron-builder -- --publish always
0 commit comments