Skip to content

Commit

Permalink
ci: Fix binary release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KokaKiwi committed Nov 28, 2024
1 parent 8edf705 commit f2a194a
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 @@ -28,9 +28,9 @@ jobs:
- name: Setup cache
uses: Swatinem/rust-cache@v2
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
uses: houseabsolute/actions-rust-cross@v0.0.17
with:
command: ${{ matrix.platform.command }}
command: build
target: ${{ matrix.platform.target }}
args: '--release --features "${{ matrix.platform.features }}"'
- name: Save binary
Expand Down

0 comments on commit f2a194a

Please sign in to comment.