GHA: debug exe signing concurrency

This commit is contained in:
aboyko
2023-07-20 14:45:55 -04:00
parent d63f1697d5
commit 6311ceebcf
2 changed files with 3 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ unzip -q $file -d ./${destination_folder_name}
echo "Successfully extracted ${filename}"
sts_folder=`find ./${destination_folder_name} -maxdepth 1 -type d -name 'sts-*' -print -quit`
echo "Found STS distro folder: ${sts_folder}"
echo "About to sign win exe file: ${sts_folder}/SpringToolSuite4.exe"
echo "About to sign win exe file: ${sts_folder}/SpringToolSuite4.exe (id = ${id})"
$sign_script ${sts_folder}/SpringToolSuite4.exe ${sts_folder}/SpringToolSuite4.exe $id
echo "Adding to zip contents of a folder ${destination_folder_name}"
cd ${destination_folder_name}