From 50ac18b5f10cdca1063d143a26bba12e9c368fa1 Mon Sep 17 00:00:00 2001 From: Jagandeep Brar Date: Wed, 23 Mar 2022 23:03:37 -0400 Subject: [PATCH] chore(ci): deploy correct web build folder --- .github/workflows/release_web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_web.yml b/.github/workflows/release_web.yml index 897cc2c1..6186fbef 100644 --- a/.github/workflows/release_web.yml +++ b/.github/workflows/release_web.yml @@ -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