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:
Daniel Stenberg 2024-09-05 15:58:45 +02:00
parent 56f90637ad
commit 88c7182b20
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -46,6 +46,7 @@ jobs:
with:
name: 'release-tgz'
path: 'curl-99.98.97.tar.gz'
retention-days: 1
- run: |
echo "::stop-commands::$(uuidgen)"