Skip to content

Commit

Permalink
Release .zip instead of .tar.gz for windows in sdkman
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaremmal authored Jun 19, 2024
1 parent 1f00e4a commit a5a3658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-sdkman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- platform: MAC_ARM64
archive : 'scala3-${{ inputs.version }}-aarch64-apple-darwin.tar.gz'
- platform: WINDOWS_64
archive : 'scala3-${{ inputs.version }}-x86_64-pc-win32.tar.gz'
archive : 'scala3-${{ inputs.version }}-x86_64-pc-win32.zip'
- platform: UNIVERSAL
archive : 'scala3-${{ inputs.version }}.zip'
steps:
Expand Down

0 comments on commit a5a3658

Please sign in to comment.