Skip to content

Commit 7636a73

Browse files
authored
Update build_web.yml
1 parent 866d8a9 commit 7636a73

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_web.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
run: sed -i 's|<base href="/">|<base href="/web/">|g' build/web/index.html
3232

3333
- 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
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)