Skip to content

Commit

Permalink
fix release cli workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cksac committed Feb 14, 2025
1 parent 0d38e9f commit 70b1422
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 @@ -18,7 +18,7 @@ jobs:
# https://stackoverflow.com/questions/73498168/github-actions-merge-artifacts-after-matrix-steps
- name: Archive Binary
run: |
tar cvzf fake-${{ github.ref_name }}-linux-x86_64.tar.gz README.md -C target/release fake
tar cvzf fake-${{ github.ref_name }}-linux-x86_64.tar.gz README.md -C target/release-lto fake
- name: Release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 70b1422

Please sign in to comment.