Skip to content

Commit

Permalink
Builds x86/ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0 committed Jan 24, 2025
1 parent aed53b0 commit 9c6c735
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Electronize
- name: Electronize x86
run: electronize build /target linux
- name: Upload binaries
uses: actions/upload-artifact@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Electronize
run: electronize build /target osx
- name: Electronize ARM
run: electronize build /target osx /electron-arch arm64
- name: Upload binaries
uses: actions/upload-artifact@v4
with:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Electronize
- name: Electronize x86
run: electronize build /target win
- name: Electronize ARM
run: electronize build /target win /electron-arch arm64
- name: Upload binaries
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 9c6c735

Please sign in to comment.