Skip to content

Commit

Permalink
Be more explicit about paths
Browse files Browse the repository at this point in the history
  • Loading branch information
terrajobst committed Oct 2, 2024
1 parent 2ba5e6f commit ddc13db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ jobs:
uses: actions/download-artifact@v4.1.7
with:
name: bin
path: .artifacts/bin
- run: |
dotnet nuget push bin\*.nupkg -s "https://nuget.pkg.github.com/terrajobst/index.json" -k ${{ secrets.GH_TOKEN }}
dotnet nuget push .artifacts/bin/*.nupkg -s "https://nuget.pkg.github.com/terrajobst/index.json" -k ${{ secrets.GH_TOKEN }}

0 comments on commit ddc13db

Please sign in to comment.