mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
Update createTorrent.yml
This commit is contained in:
parent
30be82b7f0
commit
b9e561b690
5
.github/workflows/createTorrent.yml
vendored
5
.github/workflows/createTorrent.yml
vendored
@ -21,12 +21,11 @@ jobs:
|
||||
sudo apt update
|
||||
sudo apt install nodejs
|
||||
sudo apt install npm
|
||||
npm install create-torrent
|
||||
sudo npm install -g create-torrent
|
||||
|
||||
- name: Create the torrent
|
||||
run: |
|
||||
wget https://hexahigh.github.io/cdn/other/torrent-create.mjs
|
||||
node torrent-create.mjs
|
||||
create-torrent ./ --urlList "https://boofdev.eu.org" -o site.torrent
|
||||
|
||||
- name: Commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user