Skip to content

Commit

Permalink
let's test this action
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Sep 22, 2023
1 parent 582dfb0 commit fe97367
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,16 @@ jobs:
npm run postinstall
npm run build
npm exec electron-builder -- --publish always --linux
npm exec electron-builder -- --publish always --mac --arm64
npm exec electron-builder -- --publish always --mac --x64
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: EmuDeck-dev-AppImage
path: '**/*.AppImage'
name: EmuDeck-dev-app
path: |
'**/*.AppImage'
'**/*.dmg'
publish-windows:
# To enable auto publishing to github, update your electron publisher
# config in package.json > "build" and remove the conditional below
Expand Down

0 comments on commit fe97367

Please sign in to comment.