1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

debug notarize

This commit is contained in:
Andrew Simachev 2023-11-02 17:49:40 +01:00
parent 83e028685b
commit fcabaa6549
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
3 changed files with 9 additions and 6 deletions

View file

@ -1,9 +1,11 @@
name: Release
#on:
# push:
# tags:
# - v*
on:
push:
tags:
- v*
push
jobs:
release:

View file

@ -13,12 +13,13 @@ exports.default = async function notarizing (context) {
const appName = context.packager.appInfo.productFilename;
return await notarize({
appBundleId: 'com.anytype.anytype',
tool: 'notarytool',
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLEID,
appleIdPassword: process.env.APPLEIDPASS,
ascProvider: process.env.APPLETEAM,
teamId: process.env.APPLETEAM,
//appBundleId: 'com.anytype.anytype',
//ascProvider: process.env.APPLETEAM,
});
};

View file

@ -562,4 +562,4 @@
"pre-commit": "npm run precommit && git add licenses.json"
}
}
}
}