diff options
| author | Federico Caselli <cfederico87@gmail.com> | 2023-04-24 20:29:34 +0200 |
|---|---|---|
| committer | Federico Caselli <cfederico87@gmail.com> | 2023-04-24 20:29:34 +0200 |
| commit | c645ccc75c80e5ccf99dfc12ac5f03ed957cb185 (patch) | |
| tree | d8474c37d8d2b80977d95d11fbca170886a9c05f | |
| parent | 767f3e61da71ecf6cf81b19654185300bfeb823f (diff) | |
| download | sqlalchemy-c645ccc75c80e5ccf99dfc12ac5f03ed957cb185.tar.gz | |
remove ./ from tar archive
Change-Id: I59a2d2699dd19568be71cba5a4aed4e155b5a2e1
| -rw-r--r-- | .github/workflows/build-docs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index 3a1a462a0..6e0c64d4d 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -47,7 +47,7 @@ jobs: - name: Create site docs artifact run: | cd doc/build/site_output/html - tar czf ${GITHUB_WORKSPACE}/sqlalchemy_site_docs.tgz . + tar czf ${GITHUB_WORKSPACE}/sqlalchemy_site_docs.tgz * - name: Create site zipfile artifact run: | |
