Skip to content

Commit

Permalink
rel: fix linux target settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hlolli committed Nov 30, 2023
1 parent 0ea4dad commit db7e505
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest] #[macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- name: Check out Git repository
Expand Down
6 changes: 6 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ files:
filter:
- package.json
- app
linux:
artifactName: ArweaveMiner.AppImage
target: AppImage
category: Network
icon: resources/icons/arweave_logo.png
publish: null
publish: null

0 comments on commit db7e505

Please sign in to comment.