fix: put it outside?

This commit is contained in:
Tom Hu 2024-03-08 13:49:42 -08:00
parent ae4db43540
commit 4e27f93862
No known key found for this signature in database
GPG key ID: 79155678363963D2
3 changed files with 4 additions and 3 deletions

View file

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