mirror of
https://github.com/audacity/audacity-actions.git
synced 2025-12-10 21:08:33 -06:00
Disable failures related to the notarisation
This commit is contained in:
parent
e807b92748
commit
eb9b5aea56
2
dist/package/index.js
vendored
2
dist/package/index.js
vendored
File diff suppressed because one or more lines are too long
@ -134,7 +134,8 @@ async function notarizeDMG(dmgPath, notarizationUser, notarizationPassword, nota
|
||||
helpers.log(notarizationLog.stdout);
|
||||
|
||||
if (parsedResult["status"] != "Accepted") {
|
||||
throw Error(`Notarization failed: ${parsedResult["status"]}`);
|
||||
//throw Error(`Notarization failed: ${parsedResult["status"]}`);
|
||||
helpers.log(`Notarization failed: ${parsedResult["status"]}`);
|
||||
}
|
||||
|
||||
await helpers.execWithLog('xcrun', ["stapler", "staple", dmgPath]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user