From 305d702904b6a7790af2a0ab71f0d40cbfa0d1e2 Mon Sep 17 00:00:00 2001 From: xenticore Date: Thu, 27 Mar 2025 12:22:25 -0400 Subject: [PATCH] ci: fix incorrect output grab lol --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 348256d..349d978 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: bun install - name: Test project - run: bun test --define __VERSION__='${{ need.build.outputs.version }}' --define __EXTENSION_NAME='"tf2wikipricing"' + run: bun test --define __VERSION__='${{ steps.version.outputs.version }}' --define __EXTENSION_NAME='"tf2wikipricing"' - name: Build project run: bun run build - name: Archive production artifacts