From 7636a73a39c0e7cbd41838aa9bf036024a910cc9 Mon Sep 17 00:00:00 2001 From: Shawn Date: Wed, 25 Sep 2024 23:48:20 -0600 Subject: [PATCH] Update build_web.yml --- .github/workflows/build_web.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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