Skip to content

Commit

Permalink
make sure tarball url works for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-silverman authored Feb 20, 2025
1 parent 6024273 commit cd6dc2c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/installation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,10 @@ jobs:
- name: Get latest tar.gz URL
if: matrix.install-method == 'url'
shell: bash
run: |
LATEST_TAG=$(curl -s "https://api.github.com/repos/${{ github.repository }}/releases/latest" | jq -r '.tag_name')
TAR_URL="https://github.com/${{ github.repository }}/archive/refs/tags/${LATEST_TAG}.tar.gz"
echo "TAR_URL=$TAR_URL" >> $GITHUB_ENV
echo "TAR_URL=$TAR_URL" >> "$GITHUB_ENV"
- name: Install EJAM (method- ${{ matrix.install-method }})
env:
Expand Down

0 comments on commit cd6dc2c

Please sign in to comment.