Skip to content

Commit 63347f8

Browse files
authored
Update main.yml
1 parent 6d4a46b commit 63347f8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ jobs:
2222
env:
2323
TRAVIS_BUILD_DIR: ${{ github.workspace }}
2424
run: bash $TRAVIS_BUILD_DIR/build.sh
25+
- name: Archive libs
26+
uses: actions/upload-artifact@v1
27+
with:
28+
name: arduino-libs
29+
path: out

0 commit comments

Comments
 (0)