Skip to content

Commit 5f7ca1e

Browse files
authored
Merge pull request #59 from ImageMarkup/package-name
2 parents 3220a06 + d21bf9d commit 5f7ca1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/zip_and_upload_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ else
1414
fi
1515

1616
chmod +x $executable
17-
zipfile="${runner_os}-isic-cli.zip"
17+
zipfile="isic-cli_${runner_os}.zip"
1818

1919
if [[ "$runner_os" = "Windows" ]]; then
2020
tar.exe -a -c -f $zipfile $executable

0 commit comments

Comments
 (0)