Browse Source

Publish artifacts for CI builds (#1533)

Co-authored-by: Joao Matos <joao@tritao.eu>
pull/1535/head
Ali Alamiri 5 years ago committed by GitHub
parent
commit
ee48df522d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/workflows/main.yml

10
.github/workflows/main.yml

@ -51,3 +51,13 @@ jobs: @@ -51,3 +51,13 @@ jobs:
- name: Test
shell: bash
run: build/test.sh -platform $PLATFORM
- name: 'Upload Artifact'
uses: actions/upload-artifact@v2
with:
name: cppsharp-${{ matrix.config.os }}-${{ matrix.config.platform }}-${{ matrix.config.cc }}
path: |
bin/**/CppSharp*
bin/**/Std-symbols*
bin/**/lib/**
include/**/*.h

Loading…
Cancel
Save