Skip to content

Commit ecf5a2e

Browse files
hamzaremmalWojciechMazur
authored andcommitted
Release .zip instead of .tar.gz for windows in sdkman
1 parent 828c03e commit ecf5a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-sdkman.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- platform: MAC_ARM64
4545
archive : 'scala3-${{ inputs.version }}-aarch64-apple-darwin.tar.gz'
4646
- platform: WINDOWS_64
47-
archive : 'scala3-${{ inputs.version }}-x86_64-pc-win32.tar.gz'
47+
archive : 'scala3-${{ inputs.version }}-x86_64-pc-win32.zip'
4848
- platform: UNIVERSAL
4949
archive : 'scala3-${{ inputs.version }}.zip'
5050
steps:

0 commit comments

Comments
 (0)