move arm64 build configuration to electron-builder config (#1689)

This commit is contained in:
jeffvli
2026-02-10 19:25:26 -08:00
parent 4228084810
commit b67ee797cb
8 changed files with 26 additions and 67 deletions
-13
View File
@@ -35,19 +35,6 @@ jobs:
pnpm run publish:win
on_retry_command: pnpm cache delete
- name: Build and Publish releases (Windows ARM64)
if: matrix.os == 'windows-latest'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: nick-invision/retry@v2.8.2
with:
timeout_minutes: 30
max_attempts: 3
retry_on: error
command: |
pnpm run publish:win-arm64
on_retry_command: pnpm cache delete
- name: Build and Publish releases (macOS)
if: matrix.os == 'macos-latest'
env: