Skip to content

Commit

Permalink
gh actions names
Browse files Browse the repository at this point in the history
  • Loading branch information
shoce committed Aug 27, 2023
1 parent 21b75c1 commit 4233f1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
- name: go build
run: GOOS=linux GOARCH=amd64 go build -o hs.linux.amd64 -trimpath -ldflags '-X main.Version='$VERSION hs.go
- name: gzip
run: gzip hs.linux.amd64
- run: ls -l -a
run: gzip -k hs.linux.amd64
- name: list files
run: ls -l -a
- name: gh release
shell: bash
env:
Expand Down

0 comments on commit 4233f1b

Please sign in to comment.