raise exceptions

This commit is contained in:
Kenneth Bingham 2025-02-24 12:31:22 -05:00
parent 691f254e61
commit 9df45f3004
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -272,7 +272,7 @@ jobs:
- name: Fetch Source Archive - name: Fetch Source Archive
shell: bash shell: bash
run: | run: |
curl -L -o ./automated-release-build/source.tar.gz \ curl -sSLf -o ./automated-release-build/source.tar.gz \
https://api.github.com/repos/${{ github.repository }}/tarball/${{ github.ref_name }} https://api.github.com/repos/${{ github.repository }}/tarball/${{ github.ref_name }}
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4