From 64c0326664ef4fcd2e9d75fa08b69f6b9271003e Mon Sep 17 00:00:00 2001 From: alex-silverman Date: Fri, 21 Feb 2025 16:13:52 -0500 Subject: [PATCH] trying to construct the URL again --- .github/workflows/installation_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/installation_test.yml b/.github/workflows/installation_test.yml index 27123ff..f846dde 100644 --- a/.github/workflows/installation_test.yml +++ b/.github/workflows/installation_test.yml @@ -82,7 +82,7 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | LATEST_TAG=$(gh release list --repo "${{ github.repository }}" --limit 1 --json tagName --jq '.[0].tagName') - TAR_URL=$(gh release view $LATEST_TAG --repo "${{ github.repository }}" --json tarballUrl --jq .tarballUrl) + TAR_URL="https://github.com/USEPA/EJAM-open/archive/refs/tags/$LATEST_TAG.tar.gz" echo "TAR_URL=$TAR_URL" >> $GITHUB_ENV shell: bash