1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-08 23:24:19 +00:00

GHA: Set individual artifact retention-days

This commit is contained in:
Tom Poole 2025-03-12 11:51:16 +00:00
parent cdbfc7e677
commit b163bc7a1f
2 changed files with 1 additions and 8 deletions

View file

@ -41,6 +41,7 @@ runs:
with:
name: ${{ inputs.key }}
path: tmp_artifact_upload
retention-days: 1
- name: Clean up
shell: python3 {0}
run: |

View file

@ -86,11 +86,3 @@ jobs:
triggerer: ${{ inputs.triggerer && inputs.triggerer || github.event.sender.login }}
context: ${{ toJson(needs) }}
secrets: inherit
cleanup:
if: ${{ always() }}
needs: [setup, build, deploy, docs, set-commit-status, notify]
name: Cleanup
uses: juce-framework/JUCE-utils/.github/workflows/cleanup.yml@master
with:
status: ${{ contains(needs.*.result, 'cancelled') && 'cancelled' || (contains(needs.*.result, 'failure') && 'failure' || 'success') }}
secrets: inherit