Skip to content

Commit

Permalink
Update package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-es-ir authored Dec 16, 2024
1 parent 73591e5 commit a88dc45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
#Push NuGet package to GitHub packages
- name: Download nuget package artifact
uses: actions/download-artifact@v4
with:
path: src/DotNet.RateLimiter/bin/Release/
- name: List files
run: ls -R
- name: Prep packages
run: dotnet nuget add source --username sa-es-ir --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/sa-es-ir/index.json"
- name: Push package to GitHub packages
Expand Down

0 comments on commit a88dc45

Please sign in to comment.