mirror of
https://github.com/openziti/zrok.git
synced 2025-06-20 17:58:50 +02:00
fix regex
This commit is contained in:
parent
3d5519117c
commit
ad89a719aa
2
.github/workflows/homebrew.yml
vendored
2
.github/workflows/homebrew.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
||||
id: source
|
||||
shell: bash
|
||||
run: |
|
||||
CHECKSUM=$(grep -E '\bsource\.tar\.gz$' checksums.sha256.txt | cut -d' ' -f1)
|
||||
CHECKSUM=$(grep -E "\bsource-${{ github.ref_name }}\.tar\.gz$" checksums.sha256.txt | cut -d' ' -f1)
|
||||
echo "sha256=${CHECKSUM}" | tee -a "$GITHUB_OUTPUT"
|
||||
|
||||
- name: Upload Release Source Archive to Homebrew
|
||||
|
Loading…
x
Reference in New Issue
Block a user