Skip to content

Commit b478c99

Browse files
Fix workflow
1 parent 29f522a commit b478c99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-build.yml

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

145145
- name: Archive the built documentation
146146
run: |
147-
tar -czvf .build/docs.tar.gz ".build/${{ github.ref_name }}/*"
147+
tar -czvf .build/docs.tar.gz .build/${{ github.ref_name }}
148148
149149
- name: Upload the documentation as a release asset
150150
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191

0 commit comments

Comments
 (0)