Fix the name of the build artifact

This commit is contained in:
Yuri Sizov
2021-09-15 17:32:51 +03:00
parent 053bd691b3
commit b8ed998291

View File

@@ -41,7 +41,7 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v2
with:
name: out-folder
name: web-static
path: out
- name: Deploy to GitHub Pages 🚀