From 7df6f736632cc75f31792e3acb0dfc8db536d21f Mon Sep 17 00:00:00 2001 From: Cosmic Vagabond <121588426+cosmic-vagabond@users.noreply.github.com> Date: Wed, 15 May 2024 19:18:12 +0200 Subject: [PATCH] ci: use different snapshot --- .github/workflows/software-upgrade-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/software-upgrade-test.yml b/.github/workflows/software-upgrade-test.yml index 9e4ec2de8..d3fdb4f96 100644 --- a/.github/workflows/software-upgrade-test.yml +++ b/.github/workflows/software-upgrade-test.yml @@ -305,8 +305,9 @@ jobs: - name: Chain snapshot and export run: | + export SNAPSHOT_DOWNLOAD_URL=https://tools.highstakes.ch/files/elys.tar.gz ${{ needs.build-old-binary.outputs.OLD_UPGRADE_ASSURE_BINARY_PATH }} \ - ${{ needs.retrieve-snapshot.outputs.SNAPSHOT_DOWNLOAD_URL }} \ + $SNAPSHOT_DOWNLOAD_URL \ ${{ needs.retrieve-old-binary.outputs.OLD_BINARY_PATH }} \ ${{ needs.build-new-binary.outputs.NEW_BINARY_PATH }} \ --skip-chain-init \