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 c574baf commit 888b6db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
- run: dotnet test -c Debug --no-build
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
with:
name: nuget
path: ./src/LogicLooper/bin/Debug/*.*nupkg
retention-days: 1

test-release-build:
name: Run tests using Release build
needs: [ build-debug ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
name: nuget
path: ./publish
retention-days: 1

create-release:
needs: [build-dotnet]
Expand Down

0 comments on commit 888b6db

Please sign in to comment.