feat: Added cron script for syncing all artifacts to gist

This commit is contained in:
Peng-YM
2022-06-21 16:01:02 +08:00
parent 94262e162a
commit 49ed9f1ff3
6 changed files with 92 additions and 5 deletions

View File

@@ -414,4 +414,4 @@ async function produceArtifact({ type, item, platform, noProcessor }) {
}
}
export { produceArtifact };
export { syncArtifact, produceArtifact };