mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
chore(ci): deploy correct web build folder
This commit is contained in:
2
.github/workflows/release_web.yml
vendored
2
.github/workflows/release_web.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user