Skip to content

Commit 902cf05

Browse files
committed
build: more release fixes
1 parent 47db10b commit 902cf05

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: make check
3131

3232
release:
33-
name: Testing
33+
name: Release
3434
needs: [testing]
3535
runs-on: ubuntu-latest
3636
steps:

.goreleaser.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
builds:
22
- id: achcli
33
main: ./cmd/achcli
4+
binary: achcli
45
env:
56
- CGO_ENABLED=0
67
- RELEASE=yes
@@ -24,6 +25,7 @@ builds:
2425
- -X github.com/adamdecaf/aba.Version={{ .Tag }}
2526
- id: ach
2627
main: ./cmd/server
28+
binary: ach
2729
goos:
2830
- linux
2931
- darwin

0 commit comments

Comments
 (0)