From 2d7e61460a797fb8f88df3827bdd0c152d96af12 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Sat, 28 Mar 2026 11:05:36 -0500 Subject: [PATCH] fix --- .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 7f848aa..a7f51fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,4 @@ name: Build Dusk - on: push: branches: @@ -7,7 +6,6 @@ on: pull_request: branches: - main - jobs: run-tests: runs-on: ubuntu-latest @@ -111,6 +109,8 @@ jobs: run: | mkdir -p ./git-artifcats/Dusk cp -r build-knulli/dusk ./git-artifcats/Dusk + - name: Upload knulli binary + uses: actions/upload-artifact@v6 with: name: dusk-knulli path: ./git-artifcats/Dusk