ci: set upload-artifact retention-period: 1

This commit is contained in:
Ikiru Yoshizaki 2024-04-30 14:05:53 +09:00
parent 21d6ef6067
commit 787c927b4d

View File

@ -28,6 +28,7 @@ jobs:
with: with:
name: nuget name: nuget
path: ./publish/ path: ./publish/
retention-days: 1
# release # release
create-release: create-release: