Skip to content

Commit f7d7ca5

Browse files
committed
Update deploy.yml
1 parent 91d6e5e commit f7d7ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Upload build artifact
4444
uses: actions/upload-artifact@v4
4545
with:
46-
name: site-build-files
46+
name: github-pages
4747
path: ./
4848
if-no-files-found: error
4949

@@ -60,7 +60,7 @@ jobs:
6060
- name: Download build artifact
6161
uses: actions/download-artifact@v4
6262
with:
63-
name: site-build-files
63+
name: github-pages
6464
path: ./
6565

6666
- name: Setup Pages

0 commit comments

Comments
 (0)