changed tarball syntax
This commit is contained in:
@@ -26,9 +26,9 @@ jobs:
|
|||||||
run: go build -o deploy/pkgstash ./cmd/server
|
run: go build -o deploy/pkgstash ./cmd/server
|
||||||
|
|
||||||
- name: Package
|
- name: Package
|
||||||
run: |
|
run: >
|
||||||
tar cvzf pkgstash-${{ github.ref_name }}-x86_64.tar.gz
|
tar cvzf pkgstash-${{ github.ref_name }}-x86_64.tar.gz --tranform
|
||||||
--tranform 's/^deploy/pkstash-${{ github.ref_name }}/' ./deploy/
|
's/^deploy/pkstash-${{ github.ref_name }}/' ./deploy/
|
||||||
|
|
||||||
- name: Generate checksum
|
- name: Generate checksum
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user