mirror of https://github.com/AxioDL/metaforce.git
ci: Fix file arg in altool
This commit is contained in:
parent
f8627f54f6
commit
12c38f57fa
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue