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 f24aec8 commit dfcc57b
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 @@ -53,7 +53,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: nugetPackage
path: nugetPackage
path: src/DotNet.RateLimiter/bin/Release/

release:
runs-on: ubuntu-latest
Expand All @@ -66,7 +66,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: nugetPackage
path: nugetPackage
path: src/DotNet.RateLimiter/bin/Release/
- 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 dfcc57b

Please sign in to comment.