Skip to content

Commit 8744351

Browse files
authored
Update build-staging.yml
1 parent 059eb2c commit 8744351

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/build-staging.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Upload build artifact
4141
uses: actions/upload-artifact@v4
4242
with:
43-
name: build-artifact
44-
path: dist
43+
name: build-files
44+
path: dist/
4545

4646
deploy:
4747
runs-on: ubuntu-latest
@@ -53,13 +53,14 @@ jobs:
5353
- name: Download build artifact
5454
uses: actions/download-artifact@v4
5555
with:
56-
name: build-artifact
56+
name: build-files
57+
path: dist/
5758
- name: Set up Pages
5859
uses: actions/configure-pages@v2
5960
- name: Upload Pages artifact
6061
uses: actions/upload-pages-artifact@v3
6162
with:
62-
path: .
63+
path: dist/
6364
- name: Deploy
6465
id: deployment
6566
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)