Skip to content

Commit

Permalink
trying to construct the URL again
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-silverman authored Feb 21, 2025
1 parent ab60a42 commit 64c0326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 64c0326

Please sign in to comment.