Skip to content

Commit 0ea337b

Browse files
authored
Merge pull request #2 from syself/tg/adapt-path-in-tgz
🌱 Adapt path in tgz
2 parents 65a0fc1 + f5f638c commit 0ea337b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
2929
- name: create a .tgz file
3030
run: |
31-
ls -la
32-
pwd
33-
tar czf /tmp/hetzner-install-image-${{ steps.tag.outputs.tag }}.tgz .
31+
tar --exclude .git -C .. -czf /tmp/hetzner-install-image-${{ steps.tag.outputs.tag }}.tgz hetzner-installimage
3432
3533
- name: upload artifact
3634
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)