1 parent 9bd83d9 commit 7cce9e6Copy full SHA for 7cce9e6
1 file changed
.github/workflows/create.yml
@@ -10,6 +10,9 @@ jobs:
10
- uses: actions/checkout@v4
11
- name: Install dependencies
12
run: |
13
- pip3 install py3createtorrent
+ sudo apt-get install -y transmission-cli
14
+ pip3 install py3createtorrent bencodepy
15
- name: download files and create torrent
- 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