Skip to content

Commit

Permalink
Fixed windows file extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rius committed Dec 15, 2024
1 parent 215f060 commit 28bfe05
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 @@ -50,7 +50,7 @@ jobs:
run: zip -j "rustus-${{ matrix.platform.os-name }}.zip" "target/${{ matrix.platform.target }}/release/rustus"
- name: Zip artifacts (mental illness)
if: ${{ 'windows-latest' == matrix.platform.runs-on }}
run: Compress-Archive -LiteralPath "target\${{ matrix.platform.target }}\release\rustus" -DestinationPath "rustus-${{ matrix.platform.os-name }}.zip"
run: Compress-Archive -LiteralPath "target\${{ matrix.platform.target }}\release\rustus.exe" -DestinationPath "rustus-${{ matrix.platform.os-name }}.zip"
- name: Update release
uses: softprops/action-gh-release@v2
with:
Expand Down

0 comments on commit 28bfe05

Please sign in to comment.