Skip to content

Commit

Permalink
fix release build: add --release for freebsd x86-64
Browse files Browse the repository at this point in the history
  • Loading branch information
sycured committed Sep 13, 2022
1 parent c0af835 commit 04e3504
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 @@ -147,7 +147,7 @@ jobs:
pkg upgrade -y
pkg install -y gmake rust
run: |
cargo build --target x86_64-unknown-freebsd
cargo build --release --target x86_64-unknown-freebsd
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v1-release
with:
Expand Down

0 comments on commit 04e3504

Please sign in to comment.