fix quotes
parent
bad97db302
commit
7faba49f66
|
@ -20,6 +20,6 @@ exports.default = async function(context) {
|
|||
appBundleId: 'im.riot.app',
|
||||
appPath: `${appOutDir}/${appName}.app`,
|
||||
appleId: userId,
|
||||
appleIdPassword: '@keychain:NOTARIZE_CREDS,
|
||||
appleIdPassword: '@keychain:NOTARIZE_CREDS',
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue