We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 960a8ce commit 4d79f0bCopy full SHA for 4d79f0b
.github/workflows/release.yml
@@ -23,6 +23,15 @@ jobs:
23
uses: actions/checkout@v3
24
with:
25
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 }}-
35
- name: Set up Go
36
uses: actions/setup-go@v4
37
cmd/anchor/.goreleaser.yaml
@@ -64,7 +64,7 @@ brews:
64
assert_match "anchor is a command line interface for the Anchor certificate management platform.", shell_output("#{bin}/anchor")
65
66
msi:
67
-- name: msi-builder
+- name: "msi-builder-{{ .MsiArch }}"
68
id: anchor-msi
69
ids:
70
- windows
0 commit comments