Skip to content

Commit

Permalink
fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cksac committed Jan 7, 2025
1 parent 36583f5 commit 4cfcb90
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 @@ -13,7 +13,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: build
args: --release --profile release-lto --bin fake --features cli
args: --profile release-lto --bin fake --features cli
# TODO: Support generating for multiple targets.
# https://stackoverflow.com/questions/73498168/github-actions-merge-artifacts-after-matrix-steps
- name: Archive Binary
Expand Down

0 comments on commit 4cfcb90

Please sign in to comment.