Skip to content

Commit

Permalink
CI: fix
Browse files Browse the repository at this point in the history
Another attempt to fix glob expression.
  • Loading branch information
davelim committed Oct 31, 2024
1 parent 9a746cc commit b3fd6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet48.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
platform: x64
- name: Publish
run:
dotnet nuget push '${{ github.workspace }}/publish/*.nupkg' --source https://nuget.pkg.github.com/ekonbenefits/index.json --api-key ${{ secrets.GITHUB_TOKEN }}
dotnet nuget push '${{ github.workspace }}\publish\*.nupkg' --source https://nuget.pkg.github.com/ekonbenefits/index.json --api-key ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b3fd6ca

Please sign in to comment.