[GHA] Try fix for appdmg
This commit is contained in:
2
.github/scripts/sign-osx-distro-file.sh
vendored
2
.github/scripts/sign-osx-distro-file.sh
vendored
@@ -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}
|
||||
|
||||
@@ -264,7 +264,7 @@ jobs:
|
||||
- name: Install appdmg
|
||||
run: |
|
||||
python3 -m pip install setuptools
|
||||
npm install -g appdmg
|
||||
npm install -g aboyko-appdmg
|
||||
- name: Cloudgate S3 Configuration
|
||||
uses: aws-actions/configure-aws-credentials@010d0da01d0b5a38af31e9c3470dbfdabdecca3a
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user