Skip to content

Commit

Permalink
Fix release without tar
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Tan committed Mar 30, 2024
1 parent b27b65f commit 285fff2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ jobs:
bin: sysdep
# (optional) Target triple, default is host triple.
target: ${{ matrix.target }}
tar: none
# (required) GitHub token for uploading assets to GitHub Releases.
token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ toml = "0.8.11"
[dev-dependencies]
assert_cmd = "2.0.14"
predicates = "3.1.0"

[profile.release]
lto = true
strip = true

0 comments on commit 285fff2

Please sign in to comment.