mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-04-26 04:46:08 +02:00
test
This commit is contained in:
parent
4ac99d8b52
commit
4669814861
1427
dist/index.js
vendored
1427
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
@ -6,6 +6,7 @@ try {
|
|||||||
var artifact = new NextcloudArtifact(Inputs.ArtifactName, Inputs.ArtifactPath, Inputs.NoFileBehvaior);
|
var artifact = new NextcloudArtifact(Inputs.ArtifactName, Inputs.ArtifactPath, Inputs.NoFileBehvaior);
|
||||||
artifact.run()
|
artifact.run()
|
||||||
.catch(e => core.setFailed(e));
|
.catch(e => core.setFailed(e));
|
||||||
|
core.info("Finished");
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
core.setFailed(error.message);
|
core.setFailed(error.message);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user