Skip to content

Commit

Permalink
v0.0.24: arg/flag improvements and misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Apr 24, 2024
1 parent 960a8ce commit 4d79f0b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Caches: go'
uses: actions/cache@v4
path: |
~/.cache/go-build
~/go/pkg/mod
key: go-${{ runner.os }}-${{ github.job }}-${{ hashFiles(inputs.key-files) }}
restore-keys: |
go-${{ runner.os }}-${{ github.job }}-
go-${{ runner.os }}-
- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion cmd/anchor/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ brews:
assert_match "anchor is a command line interface for the Anchor certificate management platform.", shell_output("#{bin}/anchor")
msi:
- name: msi-builder
- name: "msi-builder-{{ .MsiArch }}"
id: anchor-msi
ids:
- windows
Expand Down

0 comments on commit 4d79f0b

Please sign in to comment.