chore: Update alpha.yml workflow to use pnpm for packaging

This commit is contained in:
Mauro Balades
2024-05-12 00:12:15 +02:00
parent 4c64fe20df
commit 7249cd69f6
23 changed files with 11 additions and 1 deletions

View File

@@ -312,10 +312,12 @@ jobs:
- name: Package
run: |
set -x
pnpm package
mv ./dist/output.mar windows.mar
mv ./dist/zen-$(pnpm gluon get version | xargs).en-US.win64.zip zen.en-US.win64.zip
ls ./dist
ls .
- name: Upload artifact
uses: actions/upload-artifact@v3
with: