Skip to content

Commit

Permalink
change from gz to zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Recontaminated authored May 28, 2023
1 parent 06e8182 commit 9f22579
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,7 @@ jobs:
shell: bash
run: |
cd target/${{ matrix.platform.target }}/release
if [[ "${{ matrix.platform.os }}" == "windows-latest" ]]; then
7z a ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }}
else
tar czvf ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }}
fi
7z a ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }}
cd -
- name: Publish GitHub release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 9f22579

Please sign in to comment.