changed tarball syntax

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