From 787c927b4d09a6b5609ddc105a8342244ca04445 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:05:53 +0900 Subject: [PATCH] ci: set upload-artifact retention-period: 1 --- .github/workflows/build-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 0cac2ee..a38c949 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -28,6 +28,7 @@ jobs: with: name: nuget path: ./publish/ + retention-days: 1 # release create-release: