mirror of
https://gitea.com/actions/upload-artifact.git
synced 2025-12-14 12:41:38 +08:00
.
This commit is contained in:
1
dist/index.js
vendored
1
dist/index.js
vendored
@@ -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