Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lapis256 committed Jul 23, 2024
1 parent 5d830fa commit 8a8a8c4
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 @@ -54,7 +54,7 @@ jobs:
- name: Build without glibc version
if: matrix.glibc == -1
run: |
cargo zigbuild --release --target ${{ matrix.target }}
cargo build --release --target ${{ matrix.target }}
# ビルド済みバイナリをリネーム
- name: Rename artifacts
Expand Down

0 comments on commit 8a8a8c4

Please sign in to comment.