From 123a4ccdb63b8bee329a7bb325853527bdb9a255 Mon Sep 17 00:00:00 2001 From: haykam821 <24855774+haykam821@users.noreply.github.com> Date: Fri, 5 Jan 2024 15:10:52 -0500 Subject: [PATCH] Unset the artifact retention period for GitHub Actions --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0fd4769..1fa3364 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,5 +27,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: artifacts - path: build/libs - retention-days: 30 \ No newline at end of file + path: build/libs \ No newline at end of file