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 3f9937e commit 5853f15
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 @@ -60,3 +60,4 @@ jobs:
with:
name: StructureOfArraysGenerator.${{ matrix.unity }}.unitypackage
path: ./src/StructureOfArraysGenerator.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 @@ -40,6 +40,7 @@ jobs:
with:
name: nuget
path: ./publish
retention-days: 1

build-unity:
needs: [update-packagejson]
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
name: StructureOfArraysGenerator.${{ inputs.tag }}.unitypackage
path: ./src/StructureOfArraysGenerator.Unity/StructureOfArraysGenerator.${{ inputs.tag }}.unitypackage
if-no-files-found: error
retention-days: 1

# release
create-release:
Expand Down

0 comments on commit 5853f15

Please sign in to comment.