Skip to content

Commit

Permalink
Update .github/workflows/build_iso.yml
Browse files Browse the repository at this point in the history
Co-authored-by: AzemaViator <[email protected]>
  • Loading branch information
mskiptr and AzemaViator authored Jan 14, 2025
1 parent f903879 commit 390e5d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ jobs:
TORRENT_DIR=${{ github.workspace }}/torrent
mkdir ${TORRENT_DIR}
cd ${TORRENT_DIR} && mktorrent \
--announce="http://torrent.fedoraproject.org:6969" \
--announce="udp://fosstorrents.com:6969/announce" \
--announce="http://fosstorrents.com:6969/announce" \
--comment="TODO: put at least a version number here" \
--piece-length=20 \
--web-seed="https://download.bazzite.gg/${{ steps.build.outputs.iso_name }}" \
Expand Down

0 comments on commit 390e5d6

Please sign in to comment.