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