Skip to content

Commit 2d7f2f9

Browse files
committed
fix: change artifact name from site-build to github-pages for deploy-pages compatibility
1 parent 6936a30 commit 2d7f2f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
- name: Upload build artifacts
134134
uses: actions/upload-artifact@v4
135135
with:
136-
name: site-build
136+
name: github-pages
137137
path: ./src/public
138138
retention-days: 7
139139
if-no-files-found: error
@@ -168,7 +168,7 @@ jobs:
168168
- name: Download build artifacts
169169
uses: actions/download-artifact@v4
170170
with:
171-
name: site-build
171+
name: github-pages
172172
path: ./site-build
173173

174174
- name: Verify downloaded artifacts
@@ -213,7 +213,7 @@ jobs:
213213
- name: Download build artifacts
214214
uses: actions/download-artifact@v4
215215
with:
216-
name: site-build
216+
name: github-pages
217217
path: ./site-build
218218

219219
- name: Check build size

0 commit comments

Comments
 (0)