Skip to content

Commit

Permalink
fix action error
Browse files Browse the repository at this point in the history
  • Loading branch information
pyxis committed Dec 8, 2023
1 parent 27727ba commit a223eb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
run: |
cd target/${{ matrix.platform.target }}/release
if [[ "${{ matrix.platform.os }}" == "windows-latest" ]]; then
7z a ../../../${{ matrix.platform.bin }} ${{ matrix.platform.archive }}
7z a ../../../${{ matrix.platform.archive }} ${{ matrix.platform.bin }}
else
tar czvf ../../../${{ matrix.platform.bin }} ${{ matrix.platform.archive }}
tar czvf ../../../${{ matrix.platform.archive }} ${{ matrix.platform.bin }}
fi
cd -
- name: Generate SHA-256
Expand Down

0 comments on commit a223eb4

Please sign in to comment.