CI: upload artifacts
Set retention-days of all artifacts to 14.
This commit is contained in:
parent
f55468ae95
commit
b8855ed732
6 changed files with 60 additions and 18 deletions
6
.github/workflows/android_builds.yml
vendored
6
.github/workflows/android_builds.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue