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

Commit 716af5c

Browse files
authored
Disable mac
1 parent 648d5cd commit 716af5c

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
@@ -52,4 +52,5 @@ 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 --mac --linux
55+
yarn postinstall && yarn build && yarn electron-builder --publish always --win --linux
56+
# --mac

0 commit comments

Comments
 (0)