Skip to content

Commit

Permalink
recovers the code removed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Ersan Bozduman committed Feb 7, 2025
1 parent 7a64525 commit f34e1d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/minio-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ jobs:
**/*.crt
overwrite: true

# Upload the Nuget packages
- name: Upload the Nuget packages output
uses: actions/upload-artifact@v4
with:
name: nuget-packages
path: ./artifacts/*
overwrite: true

format-check:
runs-on: ubuntu-latest

Expand Down

0 comments on commit f34e1d8

Please sign in to comment.