Skip to content

Commit

Permalink
Separate regular and arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffvli committed Dec 14, 2023
1 parent 971bfe3 commit 118a9f3
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/publish-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,19 @@ jobs:
command: |
npm run postinstall
npm run build
npm exec electron-builder -- --publish always --linux --arm64
npm exec electron-builder -- --publish always --linux
on_retry_command: npm cache clean --force

- name: Publish releases (arm64)
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: nick-invision/retry@v2.8.2
with:
timeout_minutes: 30
max_attempts: 3
retry_on: error
command: |
npm run postinstall
npm run build
npm exec electron-builder -- --publish always --linux
on_retry_command: npm cache clean --force

1 comment on commit 118a9f3

@vercel
Copy link

@vercel vercel bot commented on 118a9f3 Dec 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

feishin – ./

feishin-jeffvli.vercel.app
feishin.vercel.app
feishin-git-development-jeffvli.vercel.app

Please sign in to comment.