fix: put it in the top dir

This commit is contained in:
Tom Hu 2024-03-07 21:33:10 -08:00
parent e035f3d84b
commit 985c9ee923
No known key found for this signature in database
GPG key ID: 79155678363963D2
3 changed files with 3 additions and 3 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(__nccwpck_require__.ab + "test.sh");
yield exec.exec(external_path_.join(__dirname, 'test.sh'));
const uploaderName = getUploaderName(platform);
// Get SHASUM and SHASUM signature files
console.log(`${getBaseUrl(platform, version)}.SHA256SUM`);

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View file

@ -21,7 +21,7 @@ const verify = async (
failCi: boolean,
): Promise<void> => {
try {
await exec.exec(path.join(__dirname, 'scripts', 'test.sh'));
await exec.exec(path.join(__dirname, 'test.sh'));
const uploaderName = getUploaderName(platform);
// Get SHASUM and SHASUM signature files