Skip to content

Commit

Permalink
Update dotnet-pack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr authored Aug 5, 2024
1 parent 2e9d5f6 commit 494e082
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/dotnet-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,13 @@ jobs:
push-github: true
push-dgmjr-io: true
push-nuget: false


CleanUp:
runs-on: ubuntu-latest
needs: build
steps:
- name: Clean up build artifacts
uses: dgmjr-actions/cleanup-build-artifacts@main



0 comments on commit 494e082

Please sign in to comment.