We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65a0fc1 + f5f638c commit 0ea337bCopy full SHA for 0ea337b
1 file changed
.github/workflows/release.yml
@@ -28,9 +28,7 @@ jobs:
28
29
- name: create a .tgz file
30
run: |
31
- ls -la
32
- pwd
33
- tar czf /tmp/hetzner-install-image-${{ steps.tag.outputs.tag }}.tgz .
+ tar --exclude .git -C .. -czf /tmp/hetzner-install-image-${{ steps.tag.outputs.tag }}.tgz hetzner-installimage
34
35
- name: upload artifact
36
uses: actions/upload-artifact@v3
0 commit comments