Skip to content

Commit

Permalink
Merge pull request #93 from Jon-Becker/fix/release-action
Browse files Browse the repository at this point in the history
🔧 fix: release action
  • Loading branch information
Jon-Becker authored May 20, 2023
2 parents fc81edc + 1805db3 commit 43a762f
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 @@ -28,7 +28,7 @@ jobs:
- name: Build Binaries
run: |
cargo clean
RUSTFLAGS="-C target-cpu=native -C codegen-units=1" CARGO_PROFILE_RELEASE_LTO=true cargo build --release
cargo build --release
- name: Upload Binaries
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 43a762f

Please sign in to comment.