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 3888a02 commit f3f748c
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 @@ -66,3 +66,4 @@ jobs:
with:
name: MasterMemory.${{ matrix.unity }}.unitypackage.zip
path: ./src/MasterMemory.Unity/*.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 @@ -42,6 +42,7 @@ jobs:
with:
name: nuget
path: ./publish
retention-days: 1

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

# release
create-release:
Expand Down

0 comments on commit f3f748c

Please sign in to comment.