Update main.yml
This commit is contained in:
parent
6d4a46bd62
commit
63347f8453
1 changed files with 5 additions and 0 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -22,3 +22,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
TRAVIS_BUILD_DIR: ${{ github.workspace }}
|
||||||
run: bash $TRAVIS_BUILD_DIR/build.sh
|
run: bash $TRAVIS_BUILD_DIR/build.sh
|
||||||
|
- name: Archive libs
|
||||||
|
uses: actions/upload-artifact@v1
|
||||||
|
with:
|
||||||
|
name: arduino-libs
|
||||||
|
path: out
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue