Skip to content

Commit 69aa0d3

Browse files
committed
ok cool that was it
1 parent 9580a9a commit 69aa0d3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,7 @@ jobs:
240240
- name: Install dependencies
241241
run: npm -C objdiff-wasm install
242242
- name: Build
243-
run: |
244-
npm -C objdiff-wasm run build:wasm
245-
ls -l target
246-
ls -l target/*
243+
run: npm -C objdiff-wasm run build
247244

248245
release:
249246
name: Release

0 commit comments

Comments
 (0)