Skip to content

Commit ddfa370

Browse files
committed
path correct
1 parent bfbd45e commit ddfa370

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/make_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,14 @@ jobs:
4444
build_html: false
4545
- run: ls
4646
- run: ls docs
47+
- run: ls pdfs
4748
- name: upload docs artifact
4849
uses: actions/upload-release-asset@v1
4950
env:
5051
GITHUB_TOKEN: ${{ github.token }}
5152
with:
5253
upload_url: ${{ steps.create_release.outputs.upload_url }}
53-
asset_path: ./docs/pdfs/*
54+
asset_path: pdfs/*
5455
asset_name: docs.tar.gz
5556
asset_content_type: application/gzip
5657

0 commit comments

Comments
 (0)