Skip to content

Commit 27d2c4b

Browse files
committed
chore: #212 Try fixing the macOS binary name
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent b583e16 commit 27d2c4b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
5252
5353
- name: Publish Homebrew package with Goreleaser
54-
uses: goreleaser/goreleaser-action@v6
54+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
5555
with:
5656
distribution: goreleaser
5757
version: "~> v2"

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ release:
1111

1212
universal_binaries:
1313
- replace: true
14+
name_template: microcks
1415

1516
signs:
1617
- artifacts: checksum

0 commit comments

Comments
 (0)