Skip to content

Commit

Permalink
feat: prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed May 10, 2024
1 parent 41b84ba commit 652291e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,10 @@ jobs:
run: |
ls -l
mkdir -p tmp/build
# tools/build-prepare.sh
tools/build-prepare.sh
asar e app/app.asar app/app
if [[ "$BUILD_ARCH" == loong* ]];then
dpkg --version
npm run pkg-loongarch
else
npm run pkg-linux
Expand Down

0 comments on commit 652291e

Please sign in to comment.