Skip to content

Commit

Permalink
Merge pull request #548 from PBH-BTN/master
Browse files Browse the repository at this point in the history
补齐丢失的 build pkg 任务
  • Loading branch information
Ghost-chu authored Sep 29, 2024
2 parents 90f7394 + 14810b3 commit 84f1629
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/jvm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ jobs:
Build_DEB:
needs: Build_Executable
uses: ./.github/workflows/build_deb.yml
Build_PKG:
needs: Build_Executable
uses: ./.github/workflows/build_pkg.yml
Upload_Artifacts:
needs: [Build_Executable, Build_Installers, Build_SPK, Build_DEB]
needs: [ Build_Executable, Build_Installers, Build_SPK, Build_DEB, Build_PKG ]
permissions:
contents: write
checks: write
Expand Down

0 comments on commit 84f1629

Please sign in to comment.