Skip to content

Commit

Permalink
remove strip from ci builds
Browse files Browse the repository at this point in the history
  • Loading branch information
briankoehler committed Jan 5, 2025
1 parent dfff4ad commit 555044a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
command: build
target: ${{ matrix.target }}
args: "--release"
strip: true
- name: Create release on GitHub
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 555044a

Please sign in to comment.