mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-25 01:00:16 +00:00
ci: set upload-artifact retention-period: 1
This commit is contained in:
1
.github/workflows/build-debug.yml
vendored
1
.github/workflows/build-debug.yml
vendored
@@ -78,3 +78,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: UniTask.unitypackage-${{ matrix.unity }}.zip
|
name: UniTask.unitypackage-${{ matrix.unity }}.zip
|
||||||
path: ./src/UniTask/*.unitypackage
|
path: ./src/UniTask/*.unitypackage
|
||||||
|
retention-days: 1
|
||||||
|
|||||||
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
@@ -39,6 +39,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: nuget
|
name: nuget
|
||||||
path: ./publish/
|
path: ./publish/
|
||||||
|
retention-days: 1
|
||||||
|
|
||||||
build-unity:
|
build-unity:
|
||||||
needs: [update-packagejson]
|
needs: [update-packagejson]
|
||||||
@@ -86,6 +87,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: UniTask.${{ inputs.tag }}.unitypackage
|
name: UniTask.${{ inputs.tag }}.unitypackage
|
||||||
path: ./src/UniTask/UniTask.${{ inputs.tag }}.unitypackage
|
path: ./src/UniTask/UniTask.${{ inputs.tag }}.unitypackage
|
||||||
|
retention-days: 1
|
||||||
|
|
||||||
# release
|
# release
|
||||||
create-release:
|
create-release:
|
||||||
|
|||||||
Reference in New Issue
Block a user