Skip to content

Commit

Permalink
fix(ci): remove unnecessary command-line option
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Mar 25, 2024
1 parent db9e65c commit cdca9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
toolchain: ${{ matrix.rust }}

- name: Build
run: cargo build --release --profile release-lto ${{ matrix.args }}
run: cargo build --profile release-lto ${{ matrix.args }}

- name: Store the distribution packages
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit cdca9dd

Please sign in to comment.