Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c645ccc

Browse files
committed
remove ./ from tar archive
Change-Id: I59a2d2699dd19568be71cba5a4aed4e155b5a2e1
1 parent 767f3e6 commit c645ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Create site docs artifact
4848
run: |
4949
cd doc/build/site_output/html
50-
tar czf ${GITHUB_WORKSPACE}/sqlalchemy_site_docs.tgz .
50+
tar czf ${GITHUB_WORKSPACE}/sqlalchemy_site_docs.tgz *
5151
5252
- name: Create site zipfile artifact
5353
run: |

0 commit comments

Comments
 (0)