fix(electron): fix build script (#6422)

This commit is contained in:
EYHN
2024-04-01 07:51:35 +00:00
parent f4e1e23120
commit 9c6eba8971
3 changed files with 10 additions and 4 deletions

View File

@@ -283,7 +283,7 @@ jobs:
env:
DISTRIBUTION: 'desktop'
- name: zip web
run: tar -czf dist.tar.gz --directory=packages/frontend/electron/dist .
run: tar -czf dist.tar.gz --directory=packages/frontend/electron/renderer/dist .
- name: Upload web artifact
uses: actions/upload-artifact@v4
with: