Skip to content

Commit

Permalink
removed --locked
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin committed Dec 28, 2024
1 parent 35da7e0 commit 1a71da8
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 @@ -58,7 +58,7 @@ jobs:
with:
command: ${{ matrix.platform.command }}
target: ${{ matrix.platform.target }}
args: "--locked --release"
args: "--release"
strip: true
- name: Publish artifacts and release
uses: houseabsolute/actions-rust-release@v0
Expand Down

0 comments on commit 1a71da8

Please sign in to comment.