From 5cd39d6f0d88a2125b1daf421616727e64e5a6aa Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Thu, 21 Aug 2025 17:03:04 +0200 Subject: [PATCH] Delete .github/workflows/torrent.yml --- .github/workflows/torrent.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 .github/workflows/torrent.yml diff --git a/.github/workflows/torrent.yml b/.github/workflows/torrent.yml deleted file mode 100644 index 849bcc98..00000000 --- a/.github/workflows/torrent.yml +++ /dev/null @@ -1,28 +0,0 @@ -name: Generate torrents - -on: - release: - types: [published] - -jobs: - torrent: - runs-on: ubuntu-latest - permissions: - contents: write - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Create torrents - uses: devopsx/action-torrent@v1 - with: - token: ${{ secrets.GITHUB_TOKEN }} - files: | - raspap-bookworm-arm64-lite-*.img.zip - raspap-bookworm-armhf-lite-*.img.zip - - - name: Upload to release - uses: softprops/action-gh-release@v2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - files: torrents/*.torrent