chore(ci): correctly set working directory when zipping web archive

[skip ci]
This commit is contained in:
Jagandeep Brar
2022-04-19 02:36:39 -04:00
parent 676010e3ac
commit 0ba17f7733

View File

@@ -50,8 +50,8 @@ jobs:
uses: thedoctor0/zip-release@0.6.2
with:
type: zip
filename: output/lunasea-web-canvaskit.zip
path: build/web
directory: ${{ github.workspace }}/build/web
filename: ../../output/lunasea-web-canvaskit.zip
- name: Upload Artifact
uses: actions/upload-artifact@v3