We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648d5cd commit 716af5cCopy full SHA for 716af5c
.github/workflows/publish.yml
@@ -52,4 +52,5 @@ jobs:
52
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
53
GA_UACODE: ${{ secrets.GA_UACODE }}
54
run: |
55
- yarn postinstall && yarn build && yarn electron-builder --publish always --win --mac --linux
+ yarn postinstall && yarn build && yarn electron-builder --publish always --win --linux
56
+ # --mac
0 commit comments