From a9701ab20ad13e2f1dc0933f92dda11527b80f94 Mon Sep 17 00:00:00 2001 From: Shawn Date: Wed, 25 Sep 2024 23:44:49 -0600 Subject: [PATCH] Update build_web.yml --- .github/workflows/build_web.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build_web.yml b/.github/workflows/build_web.yml index 3155dab3..5a96d4c8 100644 --- a/.github/workflows/build_web.yml +++ b/.github/workflows/build_web.yml @@ -29,3 +29,10 @@ jobs: - name: Update base href in index.html 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