Skip to content

Commit

Permalink
Add torrents
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Dec 7, 2024
1 parent 910bfff commit b7099c3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,22 @@ jobs:
name: rpu.zip
path: rpu*.zip

# Create torrents
- name: Create torrents
uses: devopsx/action-torrent@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: |
rpu*.exe
rpu*.zip
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
rpu*.zip
rpu*.exe
torrents/*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b7099c3

Please sign in to comment.