2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-30 15:21:19 +00:00

ci: Fix file arg in altool

This commit is contained in:
Luke Street 2021-06-12 12:48:20 -04:00 committed by GitHub
parent f8627f54f6
commit 12c38f57fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,5 +8,5 @@ for i in visigen hecl metaforce crashpad_handler; do
done
macdeployqt Metaforce.app -sign-for-notarization="$CODESIGN_IDENT" -no-strip
create-dmg Metaforce.app --identity="$CODESIGN_IDENT" .
xcrun altool -t osx -f --primary-bundle-id com.axiodl.Metaforce --notarize-app \
-u "$ASC_USERNAME" -p "$ASC_PASSWORD" --team-id "$ASC_TEAM_ID" -- *.dmg
xcrun altool -t osx -f *.dmg --primary-bundle-id com.axiodl.Metaforce \
--notarize-app -u "$ASC_USERNAME" -p "$ASC_PASSWORD" --team-id "$ASC_TEAM_ID"