Skip to content

Commit ea5fbb5

Browse files
committed
Extension is important too
1 parent 1c33ca7 commit ea5fbb5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,20 @@ runs:
1919
case "${{ runner.os }}-${{ runner.arch }} in
2020
"Windows-X64")
2121
archive_name=windows-amd64
22+
archive_extension=zip
2223
;;
2324
"Linux-X64")
2425
archive_name=linux-x86_64
26+
archive_extension=tar.gz
2527
;;
2628
"Linux-ARM64")
2729
archive_name=linux-aarch64
30+
archive_extension=tar.gz
2831
;;
2932
*)
3033
exit 1
3134
;;
3235
esac
3336
3437
echo "codee_archive=${archive_name}" >> $GITHUB_OUTPUT
38+
echo "codee_archive_extension=${archive_extension}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)