We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe60d7a commit 648d5cdCopy full SHA for 648d5cd
.github/workflows/publish.yml
@@ -52,5 +52,4 @@ 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
56
- # yarn postinstall && yarn build && yarn electron-builder --publish always --win --mac --linux
+ yarn postinstall && yarn build && yarn electron-builder --publish always --win --mac --linux
0 commit comments