chore(ci): deploy correct web build folder

This commit is contained in:
Jagandeep Brar
2022-03-23 23:03:37 -04:00
parent 7caca2e1a3
commit 50ac18b5f1

View File

@@ -87,7 +87,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: web-${{ inputs.flavor }}-${{ github.sha }}
path: ${{ github.workspace }}
path: ${{ github.workspace }}/build/web
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.2.5