From 6dd80575f467491a380cc1dc4859d1aabffb269b Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Thu, 21 Aug 2025 21:35:16 +0200 Subject: [PATCH] Add torrent job to release.yml --- .github/workflows/release.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec50c0a9..4a57d545 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,3 +44,15 @@ jobs: repo_token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.event.inputs.tag || github.ref }} overwrite: true + + torrent: + needs: build-raspap-image + runs-on: ubuntu-latest + permissions: + contents: write + steps: + - name: Generate torrents for release + uses: devopsx/action-torrent@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} + local: false