Skip to content

Commit

Permalink
use bash shell to make sure we're getting tar.gz url
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-silverman authored Feb 20, 2025
1 parent 3ea05ac commit 82c083d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/installation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Get latest tar.gz URL
if: matrix.install-method == 'url'
shell: bash
run: |
TAR_URL=$(curl -s https://api.github.com/repos/${{ github.repository }}/releases/latest | jq -r '.tarball_url')
echo "TAR_URL=$TAR_URL" >> $GITHUB_ENV
Expand Down

0 comments on commit 82c083d

Please sign in to comment.