Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lapis256 authored Jul 23, 2024
1 parent 7d6c42d commit 6d968f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
- name: Build with glibc version
if: matrix.glibc != -1
run: |
cargo zigbuild --release --target {{ matrix.target }}.{{ matrix.glibc }}
cargo zigbuild --release --target ${{ matrix.target }}.${{ matrix.glibc }}
- name: Build without glibc version
if: matrix.glibc == -1
run: |
cargo zigbuild --release --target {{ matrix.target }}
cargo zigbuild --release --target ${{ matrix.target }}
# ビルド済みバイナリをリネーム
- name: Rename artifacts
Expand Down

0 comments on commit 6d968f5

Please sign in to comment.