You've already forked tf2wikipricing
ci: fix incorrect output grab
lol
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install
|
run: bun install
|
||||||
- name: Test project
|
- 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
|
- name: Build project
|
||||||
run: bun run build
|
run: bun run build
|
||||||
- name: Archive production artifacts
|
- name: Archive production artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user