ci: fix incorrect output grab

lol
This commit is contained in:
xenticore
2025-03-27 12:22:25 -04:00
parent 24f86b5fbc
commit 305d702904

View File

@@ -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