Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lynzrand committed Oct 17, 2020
1 parent 07bec21 commit 7bf9258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:

- name: compress
run: |
strip -s ./target/${{ matrix.target_name }}/release/ ${{ matrix.artifact_name }}
upx -9 --lzma ./target/${{ matrix.target_name }}/release/ ${{ matrix.artifact_name }}
strip -s ./target/${{ matrix.target_name }}/release/${{ matrix.artifact_name }}
upx -9 --lzma ./target/${{ matrix.target_name }}/release/${{ matrix.artifact_name }}
- name: Zip
run: tar czvf ${{ matrix.asset_name }}.tar.gz -C ./target/${{ matrix.target_name }}/release/ ${{ matrix.artifact_name }}
Expand Down

0 comments on commit 7bf9258

Please sign in to comment.