GHA: S3 command adjustments

This commit is contained in:
aboyko
2023-07-14 14:36:44 -04:00
parent aead872b5f
commit 1933b31c48
3 changed files with 14 additions and 11 deletions

View File

@@ -17,6 +17,8 @@ echo "Adding to zip contents of a folder ${destination_folder_name}"
zip -r -q $file ./${destination_folder_name}
echo "Successfully zipped ${destination_folder_name} into ${file}"
java -jar ${workdir}/.github/scripts/self-extracting-jar-creator.jar $file
echo "Remove temporary ${destination_folder_name}"
rm -rf ./${destination_folder_name}
echo "Creating checksums sha-256 and md5 for ${file}"
shasum -a 256 $file > ${file}.sha256