We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 059eb2c commit 8744351Copy full SHA for 8744351
1 file changed
.github/workflows/build-staging.yml
@@ -40,8 +40,8 @@ jobs:
40
- name: Upload build artifact
41
uses: actions/upload-artifact@v4
42
with:
43
- name: build-artifact
44
- path: dist
+ name: build-files
+ path: dist/
45
46
deploy:
47
runs-on: ubuntu-latest
@@ -53,13 +53,14 @@ jobs:
53
- name: Download build artifact
54
uses: actions/download-artifact@v4
55
56
57
58
- name: Set up Pages
59
uses: actions/configure-pages@v2
60
- name: Upload Pages artifact
61
uses: actions/upload-pages-artifact@v3
62
- path: .
63
64
- name: Deploy
65
id: deployment
66
uses: actions/deploy-pages@v4
0 commit comments