From 0ba17f77338d3a42d5a396dbac0dceacc872f054 Mon Sep 17 00:00:00 2001 From: Jagandeep Brar Date: Tue, 19 Apr 2022 02:36:39 -0400 Subject: [PATCH] chore(ci): correctly set working directory when zipping web archive [skip ci] --- .github/workflows/build_web.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_web.yml b/.github/workflows/build_web.yml index 43ed3516..c2b17945 100644 --- a/.github/workflows/build_web.yml +++ b/.github/workflows/build_web.yml @@ -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