mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-26 10:21:52 +00:00
chore: Update alpha.yml workflow to use pnpm for packaging
This commit is contained in:
2
.github/workflows/alpha.yml
vendored
2
.github/workflows/alpha.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user