From a10cf5372bbb21bd93d2725f6d2ac32a63e52932 Mon Sep 17 00:00:00 2001 From: Philip Eriksson <12006381+phieri@users.noreply.github.com> Date: Sat, 5 Oct 2024 02:11:13 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 00d4850..782bb0d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,11 +14,12 @@ on: jobs: build-wasm: - name: Build WASM + name: Build Wasm runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: actions/upload-artifact@v4 + path: sr9.wasm build: name: Build needs: build-wasm @@ -26,3 +27,4 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/upload-pages-artifact@v3 + path: src/