From 9df45f300408a054729376f1385a89089208dc08 Mon Sep 17 00:00:00 2001 From: Kenneth Bingham Date: Mon, 24 Feb 2025 12:31:22 -0500 Subject: [PATCH] raise exceptions --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ec9a3da..f6340e28 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -272,7 +272,7 @@ jobs: - name: Fetch Source Archive shell: bash 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 }} - uses: actions/download-artifact@v4