Skip to content

Commit b7099c3

Browse files
committed
Add torrents
1 parent 910bfff commit b7099c3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,22 @@ jobs:
6464
name: rpu.zip
6565
path: rpu*.zip
6666

67+
# Create torrents
68+
- name: Create torrents
69+
uses: devopsx/action-torrent@v1
70+
with:
71+
token: ${{ secrets.GITHUB_TOKEN }}
72+
files: |
73+
rpu*.exe
74+
rpu*.zip
75+
6776
- name: Release
6877
uses: softprops/action-gh-release@v2
6978
if: startsWith(github.ref, 'refs/tags/')
7079
with:
7180
files: |
7281
rpu*.zip
7382
rpu*.exe
83+
torrents/*
7484
env:
7585
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)