Skip to content

Commit

Permalink
fix: ci (#137)
Browse files Browse the repository at this point in the history
* fix: ci
  • Loading branch information
msojocs authored Nov 16, 2024
1 parent 2f92478 commit 08f79b5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@ jobs:
BUILD_ARCH: ${{ matrix.ARCH }}
run: |
sudo npm install asar -g
npm install
corepack enable pnpm
corepack use pnpm@latest
pnpm install
echo "$UID, $GID"
- name: Generate TAG
Expand All @@ -219,9 +221,9 @@ jobs:
tools/build-prepare.sh
asar e app/app.asar app/app
if [[ "$BUILD_ARCH" == loong* ]];then
npm run pkg-loongarch
pnpm run pkg-loongarch
else
npm run pkg-linux
pnpm run pkg-linux
fi
rm -rf tmp/build/*-unpacked
# tools/build-appimage.sh ${{ steps.tag.outputs.tag }} ${{ matrix.ARCH }}
Expand Down

0 comments on commit 08f79b5

Please sign in to comment.