Skip to content

Commit 0a7b7fe

Browse files
hamzaremmalWojciechMazur
authored andcommitted
Upload zip files to sdkman instead of .tar.gz
1 parent 3ecd982 commit 0a7b7fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish-sdkman.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
matrix:
3737
include:
3838
- platform: LINUX_64
39-
archive : 'scala3-${{ inputs.version }}-x86_64-pc-linux.tar.gz'
39+
archive : 'scala3-${{ inputs.version }}-x86_64-pc-linux.zip'
4040
- platform: LINUX_ARM64
41-
archive : 'scala3-${{ inputs.version }}-aarch64-pc-linux.tar.gz'
41+
archive : 'scala3-${{ inputs.version }}-aarch64-pc-linux.zip'
4242
- platform: MAC_OSX
43-
archive : 'scala3-${{ inputs.version }}-x86_64-apple-darwin.tar.gz'
43+
archive : 'scala3-${{ inputs.version }}-x86_64-apple-darwin.zip'
4444
- platform: MAC_ARM64
45-
archive : 'scala3-${{ inputs.version }}-aarch64-apple-darwin.tar.gz'
45+
archive : 'scala3-${{ inputs.version }}-aarch64-apple-darwin.zip'
4646
- platform: WINDOWS_64
4747
archive : 'scala3-${{ inputs.version }}-x86_64-pc-win32.zip'
4848
steps:

0 commit comments

Comments
 (0)