Skip to content

Commit

Permalink
- fix: added release flag to cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Feb 26, 2024
1 parent 9e8ca47 commit 8a817f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
key: ${{ matrix.arch }}-build-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Build
run: cargo build
run: cargo build --release

- name: Upload ${{ matrix.arch }} artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8a817f5

Please sign in to comment.