piegamesde / BlockMap

An out-of-game map renderer and viewer for Minecraft 1.13–1.18 worlds [unmaintained]
MIT License
91 stars 22 forks source link

CI: Allow artifact upload to fail #46

Closed saibotk closed 4 years ago

saibotk commented 4 years ago

As seen recently, sometimes the Github API is not available or throws 500 errors, but that should not affect a build and mark it failing.

Thus this will enable "continue-on-error" for the upload task, as described in their documentation, found here: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepscontinue-on-error