build: mention team id for notarization

This commit is contained in:
18alantom
2021-12-06 16:36:26 +05:30
parent 2604ff07c5
commit c5e661b458
+1
View File
@@ -13,5 +13,6 @@ exports.default = async (context) => {
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLE_ID,
appleIdPassword: process.env.APPLE_APP_PASSWORD,
teamId: process.env.APPLE_TEAM_ID,
});
};