Unverified Commit 37c5b39a authored by NGPixel's avatar NGPixel

ci: fix windows bundle during build

parent 95ea8526
......@@ -115,7 +115,8 @@ jobs:
working-directory: win\server
- name: Create Bundle
run: tar -czf wiki-js-windows.tar.gz -C $env:GITHUB_WORKSPACE\win .
shell: pwsh
run: Compress-Archive -Path $env:GITHUB_WORKSPACE\win\* -DestinationPath wiki-js-windows.zip
- name: Upload Build Artifact
uses: actions/upload-artifact@v3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment