mirror of
https://github.com/aramperes/onetun.git
synced 2025-09-08 07:18:32 -04:00
force cargo build with target
This commit is contained in:
parent
d307a11819
commit
eb9c0be437
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue