mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 12:37:22 +08:00
Fix: Upload Artifact issue (#5271)
This commit is contained in:
@@ -51,7 +51,7 @@ buildImage(repoName, [ "next", "2", version ], "release");
|
||||
await pressAnyKey();
|
||||
|
||||
// npm run upload-artifacts
|
||||
uploadArtifacts();
|
||||
uploadArtifacts(version, githubToken);
|
||||
|
||||
// node extra/update-wiki-version.js
|
||||
execSync("node extra/update-wiki-version.js");
|
||||
|
Reference in New Issue
Block a user