Skip to content

Commit 95443ab

Browse files
authored
Update buildbinaryen.yml.
Day 398 of trying to build binaryen.
1 parent 038eb2c commit 95443ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/buildbinaryen.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,8 @@ jobs:
9191
cp -r binaryen/build/lib/* package/runtimes/${{ matrix.runtime }}/native/
9292
shell: bash
9393

94-
- n
94+
- name: Upload artifact
95+
uses: actions/upload-artifact@v4
96+
with:
97+
name: runtimes-${{ matrix.runtime }}
98+
path: package/runtimes/${{ matrix.runtime }}

0 commit comments

Comments
 (0)