Skip to content

Commit

Permalink
fix release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason5Lee committed Jan 19, 2022
1 parent cb5dccb commit 8b3a51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -147,7 +147,7 @@ jobs:
if: matrix.target == 'armv7-unknown-linux-gnueabihf'
run: |
cd target/${{ matrix.target }}/release
tar czvf ../../../${{ matrix.name }} gurr
tar czvf ../../../${{ matrix.name }} gur
cd -
- name: Post Setup | Prepare checksums [Windows]
Expand Down

0 comments on commit 8b3a51a

Please sign in to comment.