Skip to content

Commit 09f6b81

Browse files
authored
Update publish.yml
1 parent 5c70030 commit 09f6b81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
os: [macos-latest]
19+
os: [macos-latest, windows-latest, ubuntu-latest]
2020

2121
steps:
2222
- name: Checkout git repo
@@ -44,4 +44,4 @@ jobs:
4444
# This is used for uploading release assets to github
4545
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646
run: |
47-
npm exec electron-builder -- --publish always --win --mac --linux
47+
npm exec electron-builder -- --publish always

0 commit comments

Comments
 (0)