Skip to content

Commit

Permalink
Merge pull request #53 from Ken-Tucker/vb2ae-patch-1
Browse files Browse the repository at this point in the history
Update dotnet-core.yml
  • Loading branch information
vb2ae authored Oct 24, 2024
2 parents 49d2f31 + fa0c2fb commit a3039fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Pack Nuget
run: dotnet pack OpenWeatherMap.Standard/OpenWeatherMap.Standard.csproj --output ${{env.nuget_folder}} /p:Version=3.0.${{ github.run_attempt }} --configuration Release
- name: publish Nuget Packages to GitHub
run: dotnet nuget push OpenWeatherMap.Standard\${{env.nuget_folder}}\*.nupkg --source ${{vars.NUGET_FEED}} --api-key ${{secrets.NUGET_PACKAGE_UPLOAD}} --skip-duplicate
run: dotnet nuget push OpenWeatherMap.Standard\${{env.nuget_folder}}\\*.nupkg --source ${{vars.NUGET_FEED}} --api-key ${{secrets.NUGET_PACKAGE_UPLOAD}} --skip-duplicate
if: github.event_name != 'pull_request'
- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit a3039fc

Please sign in to comment.