CI: upload artifacts

Set retention-days of all artifacts to 14.
This commit is contained in:
umarcor 2020-09-29 23:42:41 +02:00
parent f55468ae95
commit b8855ed732
6 changed files with 60 additions and 18 deletions

View file

@ -72,3 +72,9 @@ jobs:
run: |
scons -j2 verbose=yes warnings=all werror=yes platform=android target=release tools=no
ls -l bin/
- uses: actions/upload-artifact@v2
with:
name: ${{ github.job }}
path: bin/*
retention-days: 14