Skip to content

Commit 46cd00d

Browse files
committed
chore: update binary name to 'hey'
1 parent 0dc932a commit 46cd00d

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/docker-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
env:
4444
KO_DOCKER_REPO: ${{ vars.DOCKERHUB_REPO }}
4545
VERSION: ${{ github.ref_name }}
46-
run: ko build --sbom none --bare --tags latest,${{ github.ref_name }} ./cmd/HeyFileGo
46+
run: ko build --sbom none --bare --tags latest,${{ github.ref_name }} ./cmd/hey

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,13 @@ jobs:
4040
4141
- name: Build Go
4242
env:
43-
NAME: hey-file-go
4443
LDFLAGS: -X main.Version=${{ github.ref_name }}
4544
run: |
4645
./build/release --output build/output \
4746
--name "$NAME" \
4847
--ldflags="$LDFLAGS" \
4948
-c tar.gz \
50-
./cmd/HeyFileGo
49+
./cmd/hey
5150
5251
- name: Upload Release
5352
uses: softprops/action-gh-release@v2

.ko.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ defaultPlatforms:
1111
- linux/s390x
1212

1313
builds:
14-
- id: hey-file-go
15-
main: ./cmd/HeyFileGo
14+
- id: hey
15+
main: ./cmd/hey
1616
env:
1717
- CGO_ENABLED=0
1818
flags:
File renamed without changes.

0 commit comments

Comments
 (0)