Skip to content

Commit 8aff536

Browse files
committed
ci: fix tar command
1 parent 0f3b01d commit 8aff536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

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

3131
- name: Extract release to directory
3232
run: |
33-
tar -xf ./dist/hugo-geekdoc.tar.gz --directory ./dist/release
33+
tar -xf ./dist/hugo-geekdoc.tar.gz -C ./dist/release
3434
3535
- name: Push to dist branch
3636
uses: s0/git-publish-subdir-action@develop

0 commit comments

Comments
 (0)