From 5453b4c0332670c6447229a4f02438f42e9e5803 Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Mon, 11 Nov 2024 13:44:22 -0300 Subject: [PATCH] download from custom hostname, use correct binary name --- .github/workflows/release-prod.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-prod.yaml b/.github/workflows/release-prod.yaml index 91a2f3eba..ab57823c3 100644 --- a/.github/workflows/release-prod.yaml +++ b/.github/workflows/release-prod.yaml @@ -328,9 +328,9 @@ jobs: LICENSE_ID: ${{ secrets.STAGING_EMBEDDED_CLUSTER_LICENSE_ID }} run: | export APP_VERSION="appver-${{ needs.get-tag.outputs.tag-name }}" - curl -L "https://staging.replicated.app/embedded/embedded-cluster-smoke-test-staging-app/ci/${APP_VERSION}" -H "Authorization: $LICENSE_ID" -o embedded-cluster-smoke-test-staging-app-ci.tgz + curl -L "https://ec-e2e-replicated-app.testcluster.net/embedded/embedded-cluster-smoke-test-staging-app/ci/${APP_VERSION}" -H "Authorization: $LICENSE_ID" -o embedded-cluster-smoke-test-staging-app-ci.tgz tar -xzf embedded-cluster-smoke-test-staging-app-ci.tgz - mv embedded-cluster-smoke-test-staging-app-ci embedded-cluster + mv embedded-cluster-smoke-test-staging-app embedded-cluster mkdir -p output/bin mv embedded-cluster output/bin