Skip to content

Commit b1a3cd5

Browse files
committed
yml
1 parent 2abd172 commit b1a3cd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Upload artifact
3636
uses: actions/upload-artifact@v4
3737
with:
38-
name: react-build # Name the artifact as 'react-build'
38+
name: github-pages # Name the artifact as 'react-build'
3939
path: ./build # Path to the build output directory
4040

4141
deploy:
@@ -47,7 +47,7 @@ jobs:
4747
- name: Download artifact
4848
uses: actions/download-artifact@v4
4949
with:
50-
name: react-build # Name should match the uploaded artifact name
50+
name: github-pages # Name should match the uploaded artifact name
5151
- name: List files after download
5252
run: ls -l # Confirm the artifact was downloaded correctly
5353
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)