Skip to content

Commit

Permalink
fix: move to src
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Mar 8, 2024
1 parent 9d0826a commit 28ccc88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`);
Expand Down
File renamed without changes.

0 comments on commit 28ccc88

Please sign in to comment.