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