ci: set upload-artifact retention-period: 1

pull/579/head
Ikiru Yoshizaki 2024-04-30 14:06:49 +09:00
parent 67794f5cdd
commit 626685292c
2 changed files with 3 additions and 0 deletions

View File

@ -78,3 +78,4 @@ jobs:
with:
name: UniTask.unitypackage-${{ matrix.unity }}.zip
path: ./src/UniTask/*.unitypackage
retention-days: 1

View File

@ -39,6 +39,7 @@ jobs:
with:
name: nuget
path: ./publish/
retention-days: 1
build-unity:
needs: [update-packagejson]
@ -86,6 +87,7 @@ jobs:
with:
name: UniTask.${{ inputs.tag }}.unitypackage
path: ./src/UniTask/UniTask.${{ inputs.tag }}.unitypackage
retention-days: 1
# release
create-release: