Merge branch '861-upload-source-tarball-in-release' into 888-publish-sbom-as-release-artifact-w-checksum-and-attestation

This commit is contained in:
Kenneth Bingham 2025-02-24 13:22:10 -05:00
commit b3c2a266a1
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -38,7 +38,7 @@ jobs:
- name: Get Source Archive
shell: bash
run: |
curl -sSLf -o source.tar.gz \
curl -sSLf -o source-${{ github.ref_name }}.tar.gz \
https://github.com/${{ github.repository }}/releases/download/${{ github.ref_name }}/source-${{ github.ref_name }}.tar.gz
- name: Verify Source Archive Checksum
@ -58,7 +58,7 @@ jobs:
with:
formula-name: zrok
formula-path: Formula/z/zrok.rb
download-url: https://github.com/${{ github.repository }}/releases/download/${{ github.ref_name }}/source.tar.gz
download-url: https://github.com/${{ github.repository }}/releases/download/${{ github.ref_name }}/source-${{ github.ref_name }}.tar.gz
download-sha256: ${{ steps.source.outputs.sha256 }}
homebrew-tap: ${{ vars.ZROK_BREW_TAP || 'Homebrew/homebrew-core' }}
env: