mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
add arm builds to macOS stable builds
This commit is contained in:
parent
6ffad523f0
commit
bcb54b4f79
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stable.yml
vendored
2
.github/workflows/stable.yml
vendored
|
@ -66,7 +66,7 @@ jobs:
|
|||
run: pnpm install -g electron-builder
|
||||
|
||||
- name: Build
|
||||
run: npm run build && electron-builder --macos
|
||||
run: npm run build && electron-builder --macos --x64 --arm64
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: List all files in the dist directory
|
||||
|
|
Loading…
Reference in a new issue