mirror of https://github.com/Cysharp/UniTask
ci: set upload-artifact retention-period: 1
parent
67794f5cdd
commit
626685292c
|
@ -78,3 +78,4 @@ jobs:
|
|||
with:
|
||||
name: UniTask.unitypackage-${{ matrix.unity }}.zip
|
||||
path: ./src/UniTask/*.unitypackage
|
||||
retention-days: 1
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue