mirror of
https://github.com/openziti/zrok.git
synced 2025-06-20 01:37:52 +02:00
Merge branch '861-upload-source-tarball-in-release' into 888-publish-sbom-as-release-artifact-w-checksum-and-attestation
This commit is contained in:
commit
b3c2a266a1
4
.github/workflows/homebrew.yml
vendored
4
.github/workflows/homebrew.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user