We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3afd9a commit 05a3794Copy full SHA for 05a3794
.github/workflows/buildbinaryen.yml
@@ -47,14 +47,9 @@ jobs:
47
- name: Copy to NuGet runtime folder
48
run: |
49
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
+ cp -r binaryen/build/* package/runtimes/${{ matrix.runtime }}/native/
55
shell: bash
56
57
- # Upload artifacts
58
- name: Upload artifact
59
uses: actions/upload-artifact@v4
60
with:
0 commit comments