Skip to content

Commit 05a3794

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

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/buildbinaryen.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,9 @@ jobs:
4747
- name: Copy to NuGet runtime folder
4848
run: |
4949
mkdir -p package/runtimes/${{ matrix.runtime }}/native
50-
if [ -d "binaryen/build/Release" ]; then
51-
cp -r binaryen/build/Release/* package/runtimes/${{ matrix.runtime }}/native/
52-
else
53-
cp -r binaryen/build/* package/runtimes/${{ matrix.runtime }}/native/
54-
fi
50+
cp -r binaryen/build/* package/runtimes/${{ matrix.runtime }}/native/
5551
shell: bash
5652

57-
# Upload artifacts
5853
- name: Upload artifact
5954
uses: actions/upload-artifact@v4
6055
with:

0 commit comments

Comments
 (0)