ci(compile-and-publish-binaries-to-release): specify the target to build for

This commit is contained in:
J / Jacob Babich
2024-10-15 19:44:33 -04:00
parent 3fd754fbd2
commit 4a31e2311e

View File

@@ -72,7 +72,7 @@ jobs:
cache-on-failure: "true" cache-on-failure: "true"
- name: Build for release - 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 # 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') - if: startsWith(github.event.release.tag_name, 'ac-qu-ai-nt-v')