Skip to content

Commit 6c42154

Browse files
committed
ci: remove tar after extract
1 parent 8aff536 commit 6c42154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
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 -C ./dist/release
33+
tar -xf ./dist/hugo-geekdoc.tar.gz -C ./dist; rm ./dist/hugo-geekdoc.tar.gz
3434
3535
- name: Push to dist branch
3636
uses: s0/git-publish-subdir-action@develop

0 commit comments

Comments
 (0)