Skip to content

Commit

Permalink
ci: fix windows version release action
Browse files Browse the repository at this point in the history
  • Loading branch information
oowl authored Mar 11, 2024
1 parent 025d41e commit a5fca42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: |
cd target/${{ matrix.platform.target }}/release
if [[ "${{ matrix.platform.os }}" == "windows-latest" ]]; then
7z a ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }}
7z a ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }}.exe
else
tar czvf ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }}
fi
Expand Down

0 comments on commit a5fca42

Please sign in to comment.