Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taind772 committed Apr 29, 2021
1 parent c0957e0 commit 4b663cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Release
run: cargo build --release --verbose
- name: Strip the released binary
if: ${{ runner.os == 'ubuntu-latest'}}
if: ${{ matrix.os == 'ubuntu-latest'}}
run: strip target/release/${{ matrix.artifact_name }}
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
Expand Down

0 comments on commit 4b663cd

Please sign in to comment.