Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Recontaminated committed May 28, 2023
2 parents b682631 + 9f22579 commit bcb3d08
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 bcb3d08

Please sign in to comment.