Skip to content

Commit 2925b50

Browse files
authored
per-step dir changes (#200)
1 parent 2fa9e6d commit 2925b50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
cd docs/
3939
make clean html
4040
cd _build/html
41-
tar -czvf ${{ github.event.inputs.libVersion }}.tar.gz .
41+
tar -czvf ../../${{ github.event.inputs.libVersion }}.tar.gz .
4242
- id: "gcs-upload"
4343
uses: 'google-github-actions/upload-cloud-storage@v0'
4444
with:
45-
path: '${{ github.event.inputs.libVersion }}.tar.gz'
45+
path: 'docs/${{ github.event.inputs.libVersion }}.tar.gz'
4646
destination: 'ua-web-ci-prod-docs-transfer/libraries/python/${{ github.event.inputs.libVersion }}.tar.gz'

0 commit comments

Comments
 (0)