We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 284aaff commit 06aa11cCopy full SHA for 06aa11c
.github/workflows/test-macos.yaml
@@ -24,3 +24,7 @@ jobs:
24
- name: Test
25
run: |
26
ninja -C build test
27
+ - name: upload bin
28
+ uses: actions/upload-artifact@v2
29
+ with:
30
+ name: build/oicompare
0 commit comments