[GHA] Try fix for appdmg

This commit is contained in:
aboyko
2024-02-08 18:18:48 -05:00
parent a3cfdfdf06
commit 36d8305eaa
2 changed files with 2 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ echo ' "format": "UDZO"' >> dmg-config.json
echo '}' >> dmg-config.json
cat ./dmg-config.json
dmg_filename=${filename%.*.*}.dmg
appdmg ./dmg-config.json ../${dmg_filename}
aboyko-appdmg ./dmg-config.json ../${dmg_filename}
cd ..
rm -rf ./${destination_folder_name}