Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Qquanwei authored Jul 28, 2023
1 parent c9b9fc4 commit 9b81e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
os: [macos-latest]
os: [ubuntu-22.04]

steps:
- name: Checkout git repo
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
# This is used for uploading release assets to github
GITHUB_TOKEN: ${{ secrets.GH_TOKEN}}
run: |
yarn postinstall && yarn build && yarn electron-builder --publish always --win --mac --linux
yarn postinstall && yarn build && yarn electron-builder --publish always --win

0 comments on commit 9b81e69

Please sign in to comment.