changed tarball name

This commit is contained in:
2026-05-08 09:02:04 -06:00
parent efdbe54d7c
commit 0dc2328106
+3 -1
View File
@@ -26,7 +26,9 @@ jobs:
run: go build -o deploy/pkgstash ./cmd/server
- name: Package
run: tar cvzf pkgstash-${{ github.ref_name }}-x86_64.tar.gz ./deploy/
run: |
tar cvzf pkgstash-${{ github.ref_name }}-x86_64.tar.gz
--tranform 's/^deploy/pkstash-${{ github.ref_name }}/' ./deploy/
- name: Generate checksum
run: |