Skip to content

Commit

Permalink
ci: fix tar command
Browse files Browse the repository at this point in the history
  • Loading branch information
KieranKaelin committed Aug 26, 2024
1 parent 0f3b01d commit 8aff536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Extract release to directory
run: |
tar -xf ./dist/hugo-geekdoc.tar.gz --directory ./dist/release
tar -xf ./dist/hugo-geekdoc.tar.gz -C ./dist/release
- name: Push to dist branch
uses: s0/git-publish-subdir-action@develop
Expand Down

0 comments on commit 8aff536

Please sign in to comment.