We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c8132 commit ca8b04aCopy full SHA for ca8b04a
1 file changed
.github/workflows/main.yml
@@ -275,7 +275,7 @@ jobs:
275
- uses: actions/upload-artifact@v4.6.2
276
if: matrix.name == 'macos'
277
with:
278
- name: coverage
+ name: github-pages
279
path: coverage
280
if-no-files-found: error
281
@@ -296,7 +296,7 @@ jobs:
296
- name: download coverage artifact
297
uses: actions/download-artifact@v4.2.1
298
299
300
301
- name: debug
302
run: ls -lah
0 commit comments