ci: increase jars retention-days to 4

This commit is contained in:
Adam
2026-05-02 14:33:20 -04:00
parent 2b27641300
commit c33258e7b8

View File

@@ -78,7 +78,7 @@ jobs:
with:
name: jars
path: /tmp/jars
retention-days: 1
retention-days: 4
upload:
if: (github.event_name != 'push' || github.repository_owner == 'runelite') && github.event_name != 'pull_request'
needs: build