Skip to content

Commit b914bc3

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
python-version: 3.9
185185

186186
- name: "Download artifacts"
187-
uses: actions/download-artifact@v2
187+
uses: actions/download-artifact@v3
188188

189189
- name: "Display downloaded files"
190190
run: ls -R
@@ -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)