Skip to content

Commit ee48df5

Browse files
IIFEtritao
andauthored
Publish artifacts for CI builds (#1533)
Co-authored-by: Joao Matos <[email protected]>
1 parent ed51c80 commit ee48df5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,13 @@ jobs:
5151
- name: Test
5252
shell: bash
5353
run: build/test.sh -platform $PLATFORM
54+
55+
- name: 'Upload Artifact'
56+
uses: actions/upload-artifact@v2
57+
with:
58+
name: cppsharp-${{ matrix.config.os }}-${{ matrix.config.platform }}-${{ matrix.config.cc }}
59+
path: |
60+
bin/**/CppSharp*
61+
bin/**/Std-symbols*
62+
bin/**/lib/**
63+
include/**/*.h

0 commit comments

Comments
 (0)