Skip to content

Commit

Permalink
fix: specify target when cargo build
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Oct 10, 2024
1 parent 0e6251e commit 5b523be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Build Hayabusa binary
run: |
cargo run --release -- update-rules -q
cargo build --release
cargo build --release --target ${{ matrix.info.target }}
- name: Package and Zip - Windows
if: contains(matrix.info.os, 'windows') == true
Expand Down

0 comments on commit 5b523be

Please sign in to comment.