mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
chore(ci): correctly set working directory when zipping web archive
[skip ci]
This commit is contained in:
4
.github/workflows/build_web.yml
vendored
4
.github/workflows/build_web.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user