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 866d8a9 commit 7636a73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
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
uses: actions/upload-artifact@v4
with:
name: web-build
path: build/web
retention-days: 1 # Adjust as needed

0 comments on commit 7636a73

Please sign in to comment.