We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b8dde commit a9701abCopy full SHA for a9701ab
.github/workflows/build_web.yml
@@ -29,3 +29,10 @@ jobs:
29
30
- name: Update base href in index.html
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
0 commit comments