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 ddefe56 commit 08f2d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ jobs:
with:
name: CsprojModifier.${{ matrix.unity }}.unitypackage.zip
path: ./src/CsprojModifier/*.unitypackage
retention-days: 1
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
with:
name: CsprojModifier.${{ inputs.tag }}.unitypackage
path: ./src/CsprojModifier/CsprojModifier.${{ inputs.tag }}.unitypackage
retention-days: 1

# release
create-release:
Expand Down

0 comments on commit 08f2d64

Please sign in to comment.