From 47b45ee93f60da62f8f78f3a7ec1345eb7a29bab Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Tue, 10 Sep 2024 22:52:17 -0400 Subject: [PATCH] `publish`: explicitly target platform as the default build was for amd64 [skip ci] --- .github/workflows/publish-deb-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-deb-package.yml b/.github/workflows/publish-deb-package.yml index 48bdcb4d9..bdc6d9d24 100644 --- a/.github/workflows/publish-deb-package.yml +++ b/.github/workflows/publish-deb-package.yml @@ -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