We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47db10b commit 902cf05Copy full SHA for 902cf05
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
run: make check
31
32
release:
33
- name: Testing
+ name: Release
34
needs: [testing]
35
runs-on: ubuntu-latest
36
steps:
.goreleaser.yaml
@@ -1,6 +1,7 @@
1
builds:
2
- id: achcli
3
main: ./cmd/achcli
4
+ binary: achcli
5
env:
6
- CGO_ENABLED=0
7
- RELEASE=yes
@@ -24,6 +25,7 @@ builds:
24
25
- -X github.com/adamdecaf/aba.Version={{ .Tag }}
26
- id: ach
27
main: ./cmd/server
28
+ binary: ach
29
goos:
- linux
- darwin
0 commit comments