From 4a31e2311ec525ca37d38a5788e9c07c3c559fed Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Tue, 15 Oct 2024 19:44:33 -0400 Subject: [PATCH] ci(compile-and-publish-binaries-to-release): specify the target to build for --- .github/workflows/compile-and-publish-binaries-to-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-and-publish-binaries-to-release.yml b/.github/workflows/compile-and-publish-binaries-to-release.yml index 70ef57d..cc053bd 100644 --- a/.github/workflows/compile-and-publish-binaries-to-release.yml +++ b/.github/workflows/compile-and-publish-binaries-to-release.yml @@ -72,7 +72,7 @@ jobs: cache-on-failure: "true" - name: Build for release - run: cargo build --release --verbose + run: cargo build --release --verbose --target ${{ matrix.supporteds.target }} # Have to do it like this because of https://github.com/actions/runner/issues/1985 - if: startsWith(github.event.release.tag_name, 'ac-qu-ai-nt-v')