Skip to content

Commit 2a5fc46

Browse files
committed
Merge branch 'main' into release/0.64
2 parents 71470c8 + e1d3e9a commit 2a5fc46

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
@@ -558,10 +558,10 @@ jobs:
558558

559559
- uses: actions/download-artifact@v3
560560

561-
- name: 'Download the previously generated coverage reports'
561+
- name: 'Download the HTML as a zip'
562562
uses: dawidd6/action-download-artifact@v2
563563
with:
564-
name: documentation-html.zip
564+
name: documentation-html
565565
skip_unpack: true
566566
github_token: ${{secrets.GITHUB_TOKEN}}
567567

@@ -576,7 +576,7 @@ jobs:
576576
./**/*.tar.gz
577577
./**/*pymapdl-Documentation-*.pdf
578578
./**/*.zip
579-
./*documentation-html*.zip
579+
./**/*documentation-html*.zip
580580
581581
- name: Upload to Public PyPi
582582
env:

0 commit comments

Comments
 (0)