Skip to content

Commit

Permalink
[chore-627] added electron-builder.config.js to release-linux.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
silentrald committed Nov 28, 2024
1 parent 438611f commit 4afad63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
- run: npm run build

- name: Build deb
run: npx electron-builder --publish always --linux deb --x64
run: npx electron-builder --config electron-builder.config.js --publish always --linux deb --x64

- name: Build flatpak
run: env DEBUG="@malept/flatpak-bundler" npx electron-builder --publish always --linux flatpak
run: env DEBUG="@malept/flatpak-bundler" npx electron-builder --config electron-builder.config.js --publish always --linux flatpak

- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4afad63

Please sign in to comment.