Skip to content

Commit aa28d6b

Browse files
authored
Update buildbinaryen.yml.
1 parent 05a3794 commit aa28d6b

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
@@ -47,7 +47,7 @@ jobs:
4747
- name: Copy to NuGet runtime folder
4848
run: |
4949
mkdir -p package/runtimes/${{ matrix.runtime }}/native
50-
cp -r binaryen/build/* package/runtimes/${{ matrix.runtime }}/native/
50+
cp -r binaryen/build/bin/* package/runtimes/${{ matrix.runtime }}/native/
5151
shell: bash
5252

5353
- name: Upload artifact

0 commit comments

Comments
 (0)