From 28ccc888d34642a4ac2bca3eaf5fb36e96e4a015 Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Thu, 7 Mar 2024 21:41:46 -0800 Subject: [PATCH] fix: move to src --- dist/index.js | 2 +- src/{scripts => }/test.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{scripts => }/test.sh (100%) 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