Skip to content

Commit dea8fd4

Browse files
authored
Update buildbinaryen.yml.
1 parent 9d51a07 commit dea8fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildbinaryen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Copy to NuGet runtime folder
8181
run: |
8282
mkdir -p package/runtimes/${{ matrix.runtime }}/native
83-
cp -r binaryen/build/lib/* package/runtimes/${{ matrix.runtime }}/native/
83+
cp -r binaryen/lib/* package/runtimes/${{ matrix.runtime }}/native/
8484
shell: bash
8585

8686
- name: Upload artifact

0 commit comments

Comments
 (0)