Skip to content

Commit

Permalink
Update build_web.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
esDotDev authored Sep 26, 2024
1 parent b4b8dde commit a9701ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ jobs:

- name: Update base href in index.html
run: sed -i 's|<base href="/">|<base href="/web/">|g' build/web/index.html

- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: web-build
path: build/web
retention-days: 1 # Adjust as needed

0 comments on commit a9701ab

Please sign in to comment.