We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f00e4a commit a5a3658Copy full SHA for a5a3658
.github/workflows/publish-sdkman.yml
@@ -44,7 +44,7 @@ jobs:
44
- platform: MAC_ARM64
45
archive : 'scala3-${{ inputs.version }}-aarch64-apple-darwin.tar.gz'
46
- platform: WINDOWS_64
47
- archive : 'scala3-${{ inputs.version }}-x86_64-pc-win32.tar.gz'
+ archive : 'scala3-${{ inputs.version }}-x86_64-pc-win32.zip'
48
- platform: UNIVERSAL
49
archive : 'scala3-${{ inputs.version }}.zip'
50
steps:
0 commit comments