mirror of
https://github.com/audacity/audacity-actions.git
synced 2025-12-10 21:08:33 -06:00
Remove the 'upload' remote after the upload
This commit is contained in:
parent
2332f95f78
commit
ba0ce145f1
2
dist/configure/index.js
vendored
2
dist/configure/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/update_recipes/index.js
vendored
2
dist/update_recipes/index.js
vendored
File diff suppressed because one or more lines are too long
@ -70,6 +70,7 @@ async function uploadBinaries() {
|
||||
await helpers.execWithLog(`conan remote add audacity-binaries-upload ${remote} true --force`);
|
||||
} finally {
|
||||
await helpers.execWithLog(`conan upload "*" -r audacity-binaries-upload -c --all`);
|
||||
await helpers.execWithLog(`conan remote remove audacity-binaries-upload`);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user