Skip to content

Commit a8551d7

Browse files
committed
feat: release compressed binary
1 parent 2fc6c7f commit a8551d7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ jobs:
2323
go-version: '1.22'
2424
- name: Build
2525
run: go build ./
26+
- name: Compress Binary
27+
run: tar -czvf sps-buddy_linux_x86_64.tar.gz sps-buddy
2628
- name: Release
2729
uses: softprops/action-gh-release@v2
2830
if: startsWith(github.ref, 'refs/tags/')
2931
with:
30-
files: sps-buddy
32+
files: |
33+
sps-buddy_linux_x86_64.tar.gz
34+
sps-buddy

0 commit comments

Comments
 (0)