From 1f77a1c37a9c5347c69da018656d0d22f283f35e Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:07:02 +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 56b48fe..64f95fc 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -32,6 +32,7 @@ jobs: with: name: nuget path: ./publish/ + retention-days: 1 # release create-release: