fix: test script

This commit is contained in:
Tom Hu 2024-03-07 21:31:45 -08:00
parent 8be6ba5782
commit e035f3d84b
No known key found for this signature in database
GPG key ID: 79155678363963D2
10 changed files with 160 additions and 3 deletions

4
dist/index.js vendored
View file

@ -32379,7 +32379,7 @@ const buildReportExec = () => {
};
const buildUploadExec = () => {
const disableFileFixes = isTrue(core.getInput('disable_file_fixes'));
const disableSafeDirectory = isTrue(core.getInput('diable_safe_directory'));
const disableSafeDirectory = isTrue(core.getInput('disable_safe_directory'));
const disableSearch = isTrue(core.getInput('disable_search'));
const dryRun = isTrue(core.getInput('dry_run'));
const envVars = core.getInput('env_vars');
@ -32633,8 +32633,10 @@ 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");
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

1
dist/test.sh vendored Normal file
View file

@ -0,0 +1 @@
echo "meow"