actions / upload-pages-artifact

A composite action for packaging and uploading an artifact that can be deployed to GitHub Pages.
https://pages.github.com
MIT License
283 stars 71 forks source link

Fail if no artifact file is found to upload #55

Closed JamesMGreene closed 1 year ago

JamesMGreene commented 1 year ago

Fixes #24

For more info, see: https://github.com/actions/upload-artifact#customization-if-no-files-are-found

Update: Also lock in at actions/upload-artifact@v3 instead of @main to prevent us from consuming potential future breaking changes