mirror of
https://github.com/openziti/zrok.git
synced 2025-06-20 09:48:07 +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
|
- name: Get Source Archive
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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
|
https://github.com/${{ github.repository }}/releases/download/${{ github.ref_name }}/source-${{ github.ref_name }}.tar.gz
|
||||||
|
|
||||||
- name: Verify Source Archive Checksum
|
- name: Verify Source Archive Checksum
|
||||||
@ -58,7 +58,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
formula-name: zrok
|
formula-name: zrok
|
||||||
formula-path: Formula/z/zrok.rb
|
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 }}
|
download-sha256: ${{ steps.source.outputs.sha256 }}
|
||||||
homebrew-tap: ${{ vars.ZROK_BREW_TAP || 'Homebrew/homebrew-core' }}
|
homebrew-tap: ${{ vars.ZROK_BREW_TAP || 'Homebrew/homebrew-core' }}
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user