mirror of
https://code.forgejo.org/forgejo/upload-artifact
synced 2026-09-06 16:01:45 -04:00
.
This commit is contained in:
Vendored
+1
@@ -145245,6 +145245,7 @@ function run() {
|
||||
}
|
||||
catch (error) {
|
||||
core.setFailed(error.message);
|
||||
console.log('sanity check');
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
@@ -62,6 +62,7 @@ async function run(): Promise<void> {
|
||||
}
|
||||
} catch (error) {
|
||||
core.setFailed((error as Error).message)
|
||||
console.log('sanity check')
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user