diff --git a/dist/index.js b/dist/index.js index 11db772eb..bfcf4c33d 100755 --- a/dist/index.js +++ b/dist/index.js @@ -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`); diff --git a/src/scripts/test.sh b/src/test.sh similarity index 100% rename from src/scripts/test.sh rename to src/test.sh