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