diff --git a/.github/workflows/build_web.yml b/.github/workflows/build_web.yml index 5a96d4c8..175f2110 100644 --- a/.github/workflows/build_web.yml +++ b/.github/workflows/build_web.yml @@ -31,8 +31,8 @@ jobs: run: sed -i 's|||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