Browse Source

Try uploading the artifacts of the CI build.

ci-artifacts
Joao Matos 5 years ago
parent
commit
a67a16fef0
  1. 6
      .github/workflows/main.yml

6
.github/workflows/main.yml

@ -45,3 +45,9 @@ jobs: @@ -45,3 +45,9 @@ 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/
Loading…
Cancel
Save