Skip to content

Commit

Permalink
Successful workflow builds for Win, Mac and linux
Browse files Browse the repository at this point in the history
  • Loading branch information
noisymime committed Feb 13, 2024
1 parent c93ed4b commit d628aec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
npm install electron-rebuild -g
npm install electron-builder -g
npm install
npm run package-linux
npm run package-linux-workflow
- name: Save .appimage as artefact
uses: actions/upload-artifact@v4
with:
name: Artefact for linux build
path: dist
path: dist/*.AppImage

Build-for-mac:
name: Run npm on x64 macos
Expand All @@ -49,7 +49,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Artefact for Mac build
path: dist
path: dist/*.deb

Build-for-win:
name: Run npm on x64 Windows
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"package-mac-workflow": "electron-builder --publish never --mac",
"package-win": "electron-builder --win",
"package-linux": "electron-builder --linux",
"package-linux-workflow": "electron-builder --publish never --linux",
"package-arm": "electron-builder --linux --armv7l"
},
"repository": {
Expand Down

0 comments on commit d628aec

Please sign in to comment.