mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-10-30 17:46:41 +01:00
test
This commit is contained in:
@@ -6,6 +6,7 @@ try {
|
||||
var artifact = new NextcloudArtifact(Inputs.ArtifactName, Inputs.ArtifactPath, Inputs.NoFileBehvaior);
|
||||
artifact.run()
|
||||
.catch(e => core.setFailed(e));
|
||||
core.info("Finished");
|
||||
} catch (error) {
|
||||
core.setFailed(error.message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user