Skip to content

Commit

Permalink
fix: use the correct path of chost when compressing
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickyPi committed Aug 26, 2022
1 parent 0ef1357 commit 15ecac4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:

- name: Compress
run: |
cd target/release/
cd target/${{matrix.target}}/release
strip chost
tar czvf ../../chost-${{matrix.target}}.zip chost
tar czvf ../../../chost-${{matrix.target}}.zip chost
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 15ecac4

Please sign in to comment.