GitHub Actions: Specify artifact retention explicitly

This commit is contained in:
YoshiRulz 2025-07-09 17:45:36 +10:00
parent 97031fdc95
commit e230178b22
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
4 changed files with 4 additions and 0 deletions

View File

@ -57,3 +57,4 @@ jobs:
name: mame-core
path: |
Assets/dll/libmamearcade.wbx.zst
retention-days: 90

View File

@ -31,3 +31,4 @@ jobs:
name: quicknes-core
path: |
Assets/dll/libquicknes.so
retention-days: 90

View File

@ -84,3 +84,4 @@ jobs:
Assets/dll/uzem.wbx.zst
Assets/dll/vb.wbx.zst
Assets/dll/virtualjaguar.wbx.zst
retention-days: 90

View File

@ -52,3 +52,4 @@ jobs:
with:
name: compiled-waterbox
path: waterbox/sysroot
retention-days: 90