Skip to content

Commit

Permalink
Fix: include linux packages in testing release (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb committed Apr 19, 2024
1 parent 1de712a commit b527119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
env:
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
runs-on: ubuntu-latest
needs: [build-windows, build-linux, build-osx, build-synology, build-qnap, repack-qnap]
needs: [build-windows, build-linux, build-osx, build-synology, build-qnap, repack-qnap, build-linux-pkg]
permissions:
actions: write
steps:
Expand Down

0 comments on commit b527119

Please sign in to comment.