We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aff536 commit 6c42154Copy full SHA for 6c42154
.github/workflows/release.yaml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Extract release to directory
32
run: |
33
- tar -xf ./dist/hugo-geekdoc.tar.gz -C ./dist/release
+ tar -xf ./dist/hugo-geekdoc.tar.gz -C ./dist; rm ./dist/hugo-geekdoc.tar.gz
34
35
- name: Push to dist branch
36
uses: s0/git-publish-subdir-action@develop
0 commit comments