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 \