changed tarball name
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user