Skip to content

Commit

Permalink
publish: explicitly target platform as the default build was for amd64
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Sep 11, 2024
1 parent 9666701 commit 47b45ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-deb-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: cargo install cargo-deb

- name: Build Debian Package
run: cargo deb
run: cargo deb --target=x86_64-unknown-linux-gnu

- name: Upload Debian Package
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 47b45ee

Please sign in to comment.