Skip to content

Commit

Permalink
perf: dpkg version
Browse files Browse the repository at this point in the history
  • Loading branch information
msojocs committed May 10, 2024
1 parent 652291e commit 5ef325b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ jobs:
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 Expand Up @@ -359,6 +358,7 @@ jobs:
if [ "$BUILD_ARCH" == "x64" ];then
export BUILD_ARCH="amd64"
fi
dpkg --version
tools/build-deepin.sh ${{ steps.tag.outputs.tag }}
- name: Upload artifact
Expand Down

0 comments on commit 5ef325b

Please sign in to comment.