Skip to content

Commit 902c995

Browse files
committed
fix(ci): point build at split files
1 parent e0cdc71 commit 902c995

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ jobs:
3838
id: wasm-cache
3939
with:
4040
path: |
41-
clayterm.wasm
42-
wasm.ts
41+
layout.wasm
42+
input.wasm
43+
layout.wasm.ts
44+
input.wasm.ts
4345
key: wasm-${{ hashFiles('Makefile', 'src/**', 'tasks/bundle-wasm.ts') }}
4446

4547
- name: Build WASM
@@ -62,7 +64,9 @@ jobs:
6264
with:
6365
name: bench-build
6466
retention-days: 1
65-
path: wasm.ts
67+
path: |
68+
layout.wasm.ts
69+
input.wasm.ts
6670
6771
simulation:
6872
name: Run benchmarks (simulation)

0 commit comments

Comments
 (0)