Skip to content

Commit

Permalink
fix: disable linux-arm-build +b
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong committed Mar 19, 2024
1 parent 3470ce9 commit 30416f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mavenBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,14 +206,14 @@ jobs:
run: |
zip -r PNX-CLI-Windows-x86.zip target/windows-x86/pnx.exe
zip -r PNX-CLI-Linux-x86.zip target/linux-x86/pnx
zip -r PNX-CLI-Linux-arm.zip target/linux-arm/pnx
# zip -r PNX-CLI-Linux-arm.zip target/linux-arm/pnx
- name: 创建发行版
uses: softprops/action-gh-release@v1
with:
files: |
PNX-CLI-Windows-x86.zip
PNX-CLI-Linux-x86.zip
PNX-CLI-Linux-arm.zip
# PNX-CLI-Linux-arm.zip
target/jar/PNX-CLI-${{ steps.get-version.outputs.version }}.jar
draft: false
prerelease: true
Expand Down

0 comments on commit 30416f6

Please sign in to comment.