Skip to content

Commit

Permalink
ci: set upload-artifact retention-period: 1
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Apr 30, 2024
1 parent 67794f5 commit 6266852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,4 @@ jobs:
with:
name: UniTask.unitypackage-${{ matrix.unity }}.zip
path: ./src/UniTask/*.unitypackage
retention-days: 1
2 changes: 2 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
with:
name: nuget
path: ./publish/
retention-days: 1

build-unity:
needs: [update-packagejson]
Expand Down Expand Up @@ -86,6 +87,7 @@ jobs:
with:
name: UniTask.${{ inputs.tag }}.unitypackage
path: ./src/UniTask/UniTask.${{ inputs.tag }}.unitypackage
retention-days: 1

# release
create-release:
Expand Down

0 comments on commit 6266852

Please sign in to comment.