We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866d8a9 commit 7636a73Copy full SHA for 7636a73
.github/workflows/build_web.yml
@@ -31,8 +31,8 @@ jobs:
31
run: sed -i 's|<base href="/">|<base href="/web/">|g' build/web/index.html
32
33
- name: Upload build artifact
34
- uses: actions/upload-artifact@v4
35
- with:
36
- name: web-build
37
- path: build/web
38
- retention-days: 1 # Adjust as needed
+ uses: actions/upload-artifact@v4
+ with:
+ name: web-build
+ path: build/web
+ retention-days: 1 # Adjust as needed
0 commit comments