GHA/distcheck: keep upload artifacts for one day only
The uploads are only used as a cache mechanism between jobs to save them from having to re-run maketgz multiple times, so there is no need to save the artifact longer than this. Closes #14793
This commit is contained in:
parent
56f90637ad
commit
88c7182b20
1
.github/workflows/distcheck.yml
vendored
1
.github/workflows/distcheck.yml
vendored
@ -46,6 +46,7 @@ jobs:
|
||||
with:
|
||||
name: 'release-tgz'
|
||||
path: 'curl-99.98.97.tar.gz'
|
||||
retention-days: 1
|
||||
|
||||
- run: |
|
||||
echo "::stop-commands::$(uuidgen)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user