Skip to content

Commit 54ed40f

Browse files
committed
ci: assume torrent release v is always == cli
1 parent f0f1517 commit 54ed40f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/hashes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ jobs:
273273
#CDN_LINK_CLI="https://dlsrc.getmonero.org/monero-$version_cli.torrent"
274274
#CDN_LINK_GUI="https://dlsrc.getmonero.org/monero-gui-$version_gui.torrent"
275275
# TODO: download from monero-torrent repo for testing, replace with above dlsrc link in production
276-
CDN_LINK_CLI="https://github.com/plowsof/monero-torrent/releases/download/v0.18.4.6/monero-v0.18.4.6.torrent"
277-
CDN_LINK_GUI="https://github.com/plowsof/monero-torrent/releases/download/v0.18.4.7/monero-gui-v0.18.4.7.torrent"
276+
CDN_LINK_CLI="https://github.com/plowsof/monero-torrent/releases/download/$version_cli/monero-v0.18.4.6.torrent"
277+
CDN_LINK_GUI="https://github.com/plowsof/monero-torrent/releases/download/$version_cli/monero-gui-v0.18.4.7.torrent"
278278
wget $CDN_LINK_CLI
279279
wget $CDN_LINK_GUI
280280
CDN_MAGNET_LINK_CLI=$(transmission-show -m monero-$version_cli.torrent)

0 commit comments

Comments
 (0)