1
0
Fork 0
mirror of https://gitea.com/actions/upload-artifact.git synced 2024-08-16 09:49:51 +02:00

Testing out a thought

This commit is contained in:
Felipe Suero 2021-10-06 15:23:51 -04:00
parent 7b5b9d0a2e
commit 85ee362032

View file

@ -101,6 +101,7 @@ async function run(): Promise<void> {
}
}
} catch (err) {
console.log("we got to this error")
core.setFailed(err.message)
}
}