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

Commit 648d5cd

Browse files
authored
Build for win mac and linux
1 parent fe60d7a commit 648d5cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,4 @@ jobs:
5252
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
5353
GA_UACODE: ${{ secrets.GA_UACODE }}
5454
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
55+
yarn postinstall && yarn build && yarn electron-builder --publish always --win --mac --linux

0 commit comments

Comments
 (0)