back to deploy as dir
This commit is contained in:
@@ -26,9 +26,7 @@ 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 ./deploy/
|
||||||
tar cvzf pkgstash-${{ github.ref_name }}-x86_64.tar.gz --tranform
|
|
||||||
's/^deploy/pkstash-${{ github.ref_name }}/' ./deploy/
|
|
||||||
|
|
||||||
- name: Generate checksum
|
- name: Generate checksum
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user