From 8e0953af1ebb5fcb5605b4ab5b92968fc67c567f Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sun, 25 May 2025 13:46:52 +0200 Subject: [PATCH] git: Only put the current web assembly build into the release artifact --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac3c95f89..6f8548560 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1059,14 +1059,14 @@ jobs: - name: 🔨 Copy necessary files run: | - cp dist/web/serve.py out/start_imhex_web.py + cp dist/web/serve.py out/nightly/start_imhex_web.py - name: ⬆️ Upload package uses: actions/upload-artifact@v4 with: if-no-files-found: error name: ImHex Web - path: out/* + path: out/nightly/* # See https://github.com/actions/cache/issues/342#issuecomment-1711054115 - name: 🗑️ Delete old cache