We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6522b commit 6c11978Copy full SHA for 6c11978
1 file changed
.github/workflows/release.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
- name: Create the tarball
18
run: |
19
- tar --strip-components=1 -czv config/ -f packages.redbeardlab.com.tar.gz
+ tar -C config/ -czv . -f packages.redbeardlab.com.tar.gz
20
21
- name: Create the Release
22
uses: actions/create-release@v1
0 commit comments