From 40c97e72463ea47be9c3d210206fe72ef0c511f9 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:07:38 +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 84de915e..084f0869 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -40,6 +40,7 @@ jobs: with: name: nuget path: ./publish/ + retention-days: 1 create-release: needs: [update-packagejson, build-dotnet]