]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/distcheck: keep upload artifacts for one day only
authorDaniel Stenberg <daniel@haxx.se>
Thu, 5 Sep 2024 13:58:45 +0000 (15:58 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 5 Sep 2024 21:50:48 +0000 (23:50 +0200)
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

.github/workflows/distcheck.yml

index a4590174a264d3071fe55ec7bffdf0a0858424b1..90c144c54b0c25fdb05ba3df108ed66ab84e955d 100644 (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)"