From b9e561b6902bd4d70b597638807164012b692f78 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Fri, 28 Apr 2023 11:38:49 +0200 Subject: [PATCH] Update createTorrent.yml --- .github/workflows/createTorrent.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/createTorrent.yml b/.github/workflows/createTorrent.yml index 95c5880..92895b7 100644 --- a/.github/workflows/createTorrent.yml +++ b/.github/workflows/createTorrent.yml @@ -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