fix: move to src

This commit is contained in:
Tom Hu 2024-03-07 21:41:46 -08:00
parent 9d0826ae15
commit 28ccc888d3
No known key found for this signature in database
GPG key ID: 79155678363963D2
2 changed files with 1 additions and 1 deletions

2
dist/index.js vendored
View file

@ -32636,7 +32636,7 @@ var validate_awaiter = (undefined && undefined.__awaiter) || function (thisArg,
const verify = (filename, platform, version, verbose, failCi) => validate_awaiter(void 0, void 0, void 0, function* () {
try {
yield exec.exec(external_path_.join(__dirname, 'test.sh'));
yield exec.exec(__nccwpck_require__.ab + "test.sh");
const uploaderName = getUploaderName(platform);
// Get SHASUM and SHASUM signature files
console.log(`${getBaseUrl(platform, version)}.SHA256SUM`);