Skip to content

Commit a9701ab

Browse files
authored
Update build_web.yml
1 parent b4b8dde commit a9701ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build_web.yml

+7
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,10 @@ jobs:
2929

3030
- name: Update base href in index.html
3131
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

Comments
 (0)