Skip to content

Commit 81b957b

Browse files
fix(ci): location of jco-transpile fixtures on windows
1 parent b547ec1 commit 81b957b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8484
with:
8585
name: js-generated-tests
86-
path: packages/jco/test/output
86+
path: packages/jco-transpile/test/fixtures/generated
8787

8888
- name: Build jco-transpile
8989
run: pnpm --filter '@bytecodealliance/jco-transpile' run build
@@ -206,7 +206,7 @@ jobs:
206206
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
207207
with:
208208
name: js-generated-tests
209-
path: packages/jco/test/output
209+
path: packages/jco-transpile/test/fixtures/generated
210210

211211
- name: Restore preview2-shim build output
212212
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
@@ -289,7 +289,7 @@ jobs:
289289
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
290290
with:
291291
name: js-generated-tests
292-
path: packages/jco/test/output
292+
path: packages/jco-transpile/test/fixtures/generated
293293

294294
- name: Install node modules
295295
run: pnpm install

0 commit comments

Comments
 (0)