Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit 730322e

Browse files
authored
Update publish.yml
1 parent 32a6b0f commit 730322e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ jobs:
4949
# This is used for uploading release assets to github
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
run: |
52-
yarn postinstall && yarn build && yarn electron-builder --publish always --win --mac --linux
52+
yarn postinstall && yarn build && yarn electron-builder --publish always --win
53+
# yarn postinstall && yarn build && yarn electron-builder --publish always --win --mac --linux

0 commit comments

Comments
 (0)