Add torrent job to release.yml

This commit is contained in:
Bill Zimmerman
2025-08-21 21:35:16 +02:00
committed by GitHub
parent 73985333b0
commit 6dd80575f4

View File

@@ -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