Skip to content

Commit

Permalink
try 45
Browse files Browse the repository at this point in the history
  • Loading branch information
steveseguin committed Nov 4, 2024
1 parent f7ca689 commit 5216684
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/linux-appImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ jobs:
name: electron-linux-AppImage
path: dist/*.AppImage
retention-days: 1

- name: Build Electron deb for RPI
run: npm run build:rpideb
- name: Build Electron appImage for ARM64
run: npm run build:arm64

- name: Archive Artifacts
uses: actions/upload-artifact@v3
with:
name: electron-rpi-deb
path: dist/*.deb
name: electron-arm64-AppImage
path: dist/*.AppImage
retention-days: 1

- name: Build Electron appImage for RPI
Expand Down

0 comments on commit 5216684

Please sign in to comment.