force cargo build with target

This commit is contained in:
Aram 🍐 2024-12-01 15:39:16 -05:00
parent d307a11819
commit eb9c0be437

View file

@ -130,7 +130,7 @@ jobs:
echo "release upload url: $release_upload_url"
- name: Build onetun binary
run: cargo build --release
run: cargo build --release --target ${{ matrix.target }}
- name: Prepare onetun binary
shell: bash