Skip to content

Commit 6c11978

Browse files
committed
fix tar creation
1 parent 0a6522b commit 6c11978

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Create the tarball
1818
run: |
19-
tar --strip-components=1 -czv config/ -f packages.redbeardlab.com.tar.gz
19+
tar -C config/ -czv . -f packages.redbeardlab.com.tar.gz
2020
2121
- name: Create the Release
2222
uses: actions/create-release@v1

0 commit comments

Comments
 (0)