Skip to content

Commit 2200162

Browse files
committed
Use remote mode for torrents
1 parent 5979314 commit 2200162

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,6 @@ 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-
7667
- name: Release
7768
uses: softprops/action-gh-release@v2
7869
if: startsWith(github.ref, 'refs/tags/')
@@ -83,3 +74,10 @@ jobs:
8374
torrents/*
8475
env:
8576
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77+
78+
# Create torrents
79+
- name: Release torrents
80+
uses: devopsx/action-torrent@v1
81+
with:
82+
token: ${{ secrets.GITHUB_TOKEN }}
83+
local: false

0 commit comments

Comments
 (0)