Update main.yml

This commit is contained in:
Sven Andersson 2020-05-28 12:45:16 +02:00 committed by GitHub
parent 0e6dc818b2
commit a51f7a3f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,11 @@ jobs:
run: ls -al
- name: Building...
run: ./build.sh macos
- name: Uploading artifact...
- name: Uploading data artifact...
uses: actions/upload-artifact@v2
with:
path: data
- name: Uploading binary artifact...
uses: actions/upload-artifact@v2
with:
name: lite_macos