Skip to content

Commit 4d79f0b

Browse files
committed
v0.0.24: arg/flag improvements and misc fixes
1 parent 960a8ce commit 4d79f0b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/release.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ jobs:
2323
uses: actions/checkout@v3
2424
with:
2525
fetch-depth: 0
26+
- name: 'Caches: go'
27+
uses: actions/cache@v4
28+
path: |
29+
~/.cache/go-build
30+
~/go/pkg/mod
31+
key: go-${{ runner.os }}-${{ github.job }}-${{ hashFiles(inputs.key-files) }}
32+
restore-keys: |
33+
go-${{ runner.os }}-${{ github.job }}-
34+
go-${{ runner.os }}-
2635
- name: Set up Go
2736
uses: actions/setup-go@v4
2837
with:

cmd/anchor/.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ brews:
6464
assert_match "anchor is a command line interface for the Anchor certificate management platform.", shell_output("#{bin}/anchor")
6565
6666
msi:
67-
- name: msi-builder
67+
- name: "msi-builder-{{ .MsiArch }}"
6868
id: anchor-msi
6969
ids:
7070
- windows

0 commit comments

Comments
 (0)