Skip to content

Commit ca8b04a

Browse files
committed
default deploy gh pages artifact name
1 parent d9c8132 commit ca8b04a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
- uses: actions/[email protected]
276276
if: matrix.name == 'macos'
277277
with:
278-
name: coverage
278+
name: github-pages
279279
path: coverage
280280
if-no-files-found: error
281281

@@ -296,7 +296,7 @@ jobs:
296296
- name: download coverage artifact
297297
uses: actions/[email protected]
298298
with:
299-
name: coverage
299+
name: github-pages
300300

301301
- name: debug
302302
run: ls -lah

0 commit comments

Comments
 (0)