We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32a6b0f commit 730322eCopy full SHA for 730322e
.github/workflows/publish.yml
@@ -49,4 +49,5 @@ jobs:
49
# This is used for uploading release assets to github
50
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
run: |
52
- yarn postinstall && yarn build && yarn electron-builder --publish always --win --mac --linux
+ 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