Skip to content

Commit

Permalink
Torrents: match RPU
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Dec 10, 2024
1 parent 0a4b498 commit 2f68bf4
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@ jobs:
name: upu.zip
path: upu*.zip

# Create torrents
- name: Create torrents
uses: devopsx/action-torrent@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: |
upu*.exe
upu*.zip
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -83,3 +74,11 @@ jobs:
torrents/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

# Create torrents
- name: Release torrents
if: startsWith(github.ref, 'refs/tags/')
uses: devopsx/action-torrent@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
local: false

0 comments on commit 2f68bf4

Please sign in to comment.