We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f522a commit b478c99Copy full SHA for b478c99
1 file changed
.github/workflows/docs-build.yml
@@ -144,7 +144,7 @@ jobs:
144
145
- name: Archive the built documentation
146
run: |
147
- tar -czvf .build/docs.tar.gz ".build/${{ github.ref_name }}/*"
+ tar -czvf .build/docs.tar.gz .build/${{ github.ref_name }}
148
149
- name: Upload the documentation as a release asset
150
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191
0 commit comments