Skip to content

Commit 06aa11c

Browse files
committed
Test
1 parent 284aaff commit 06aa11c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-macos.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ jobs:
2424
- name: Test
2525
run: |
2626
ninja -C build test
27+
- name: upload bin
28+
uses: actions/upload-artifact@v2
29+
with:
30+
name: build/oicompare

0 commit comments

Comments
 (0)