Skip to content

Commit 2dd0f24

Browse files
committed
Fix doc names when creating draft
1 parent b914bc3 commit 2dd0f24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ jobs:
195195
files: |
196196
./**/*.whl
197197
./**/*.tar.gz
198-
./HTML-doc-${{ env.PACKAGE_NAME }}
199-
./PDF-doc-${{ env.PACKAGE_NAME }}
198+
./HTML-doc-${{ env.PACKAGE_NAME }}*
199+
./PDF-doc-${{ env.PACKAGE_NAME }}*
200200
./**/*.zip
201201
draft: true
202202
generate_release_notes: true

0 commit comments

Comments
 (0)