Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit cf9b71c

Browse files
committed
Update build configuration and dependencies
1 parent f248686 commit cf9b71c

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/release.yml

-15
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, windows-latest, macos-latest]
13-
arch: [x64, arm64]
1413
runs-on: ${{ matrix.os }}
1514

1615
steps:
@@ -25,20 +24,6 @@ jobs:
2524
- name: Install dependencies
2625
run: npm install
2726

28-
- name: Set up Electron dependencies on macOS
29-
if: runner.os == 'macOS'
30-
run: |
31-
brew install --cask wine-stable
32-
brew install mono
33-
34-
- name: Build Electron app
35-
run: |
36-
npm run make -- --arch=${{ matrix.arch }}
37-
env:
38-
ELECTRON_CACHE: ${{ runner.temp }}/electron
39-
npm_config_arch: ${{ matrix.arch }}
40-
npm_config_platform: ${{ matrix.os }}
41-
4227
- name: Publish to GitHub Releases
4328
run: npm run publish
4429
env:

0 commit comments

Comments
 (0)