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:
parent
83e028685b
commit
fcabaa6549
3 changed files with 9 additions and 6 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -1,9 +1,11 @@
|
|||
name: Release
|
||||
|
||||
#on:
|
||||
# push:
|
||||
# tags:
|
||||
# - v*
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
push
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
|
@ -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,
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
@ -562,4 +562,4 @@
|
|||
"pre-commit": "npm run precommit && git add licenses.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue