Skip to content

Commit 7cce9e6

Browse files
committed
add transmisison-cli to show magnet link
1 parent 9bd83d9 commit 7cce9e6

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/create.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- name: Install dependencies
1212
run: |
13-
pip3 install py3createtorrent
13+
sudo apt-get install -y transmission-cli
14+
pip3 install py3createtorrent bencodepy
1415
- name: download files and create torrent
15-
run: ./create_monero_torrent.sh
16+
run: ./create_monero_torrent.sh
17+
- name: show-magnet link
18+
run: transmission-show -m watch/*

0 commit comments

Comments
 (0)