Skip to content

Commit

Permalink
[ci skip] increase build artifact retention time
Browse files Browse the repository at this point in the history
Does not make previous artifacts get retained for longer.
  • Loading branch information
Roadhog360 committed Oct 31, 2024
1 parent 101d716 commit bbef2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
name: ${{ github.repository_id }}-build-libs
path: build/libs/
retention-days: 31
retention-days: 90

- name: Attach gradle reports
if: failure() && steps.build_mod.conclusion == 'failure'
Expand Down

0 comments on commit bbef2ca

Please sign in to comment.