Skip to content

Commit 668b604

Browse files
committed
fix bash invocation
1 parent a2588bb commit 668b604

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
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v2
1616

1717
- name: Create the tarball
18-
uses: |
18+
run: |
1919
tar --strip-components=1 -czv config/ -f packages.redbeardlab.com.tar.gz
2020
2121
- name: Create the Release

0 commit comments

Comments
 (0)