From 30be82b7f0471254e46eeb42640c9321a1b3dfd2 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Fri, 28 Apr 2023 11:18:12 +0200 Subject: [PATCH] Update createTorrent.yml --- .github/workflows/createTorrent.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/createTorrent.yml b/.github/workflows/createTorrent.yml index 73fa0b1..95c5880 100644 --- a/.github/workflows/createTorrent.yml +++ b/.github/workflows/createTorrent.yml @@ -26,7 +26,7 @@ jobs: - name: Create the torrent run: | wget https://hexahigh.github.io/cdn/other/torrent-create.mjs - node torrent-create.js + node torrent-create.mjs - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4