]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ci: Add artifact retention
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 31 Aug 2025 08:28:12 +0000 (10:28 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sun, 31 Aug 2025 19:14:22 +0000 (21:14 +0200)
.github/workflows/build.yaml

index 0df35b0dc87a1fded2e6ad96eea67fc7404847db..827275d5edd6fdf0d04ce831a56974d2055ee953 100644 (file)
@@ -304,6 +304,7 @@ jobs:
         with:
           name: linux-aarch64-binary
           path: install/bin/ccache
+          retention-days: 3
 
   build_linux_x86_64_binary:
     timeout-minutes: 30
@@ -341,6 +342,7 @@ jobs:
         with:
           name: linux-x86_64-binary
           path: install/bin/ccache
+          retention-days: 3
 
   build_darwin_binary:
     timeout-minutes: 30
@@ -358,6 +360,7 @@ jobs:
         with:
           name: darwin-binary
           path: install/bin/ccache
+          retention-days: 3
 
   build_windows_binary:
     timeout-minutes: 30
@@ -408,6 +411,7 @@ jobs:
         with:
           name: windows-${{ matrix.arch }}-binary
           path: install/bin/ccache.exe
+          retention-days: 3
 
   specific_tests:
     name: ${{ matrix.name }}