GitHub Actions: Specify artifact retention explicitly
This commit is contained in:
parent
97031fdc95
commit
e230178b22
|
@ -57,3 +57,4 @@ jobs:
|
|||
name: mame-core
|
||||
path: |
|
||||
Assets/dll/libmamearcade.wbx.zst
|
||||
retention-days: 90
|
||||
|
|
|
@ -31,3 +31,4 @@ jobs:
|
|||
name: quicknes-core
|
||||
path: |
|
||||
Assets/dll/libquicknes.so
|
||||
retention-days: 90
|
||||
|
|
|
@ -84,3 +84,4 @@ jobs:
|
|||
Assets/dll/uzem.wbx.zst
|
||||
Assets/dll/vb.wbx.zst
|
||||
Assets/dll/virtualjaguar.wbx.zst
|
||||
retention-days: 90
|
||||
|
|
|
@ -52,3 +52,4 @@ jobs:
|
|||
with:
|
||||
name: compiled-waterbox
|
||||
path: waterbox/sysroot
|
||||
retention-days: 90
|
||||
|
|
Loading…
Reference in New Issue