Skip to content

Commit

Permalink
Update build_electron_app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beniroquai authored Jan 23, 2024
1 parent 05b1d67 commit dbbd355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_electron_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
node-version: [16.x]
# Define your platforms here
platform: [darwin-x64, win32-x64, linux-arm64, linux-x64]
platform: [osx64, win32, linuxarm64, linuxamd64]

steps:
- uses: actions/checkout@v2
Expand All @@ -27,7 +27,7 @@ jobs:
run: yarn install

- name: Compile
run: yarn make:all
run: yarn make:${{ matrix.platform }}

# Build for each platform
- name: Build Electron App for ${{ matrix.platform }}
Expand Down

0 comments on commit dbbd355

Please sign in to comment.