mirror of
https://gitea.com/actions/upload-artifact.git
synced 2025-02-24 12:40:34 +07:00
.
This commit is contained in:
parent
0b8860f406
commit
797c550946
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')
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user