Skip to content

Commit

Permalink
path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Nielsen committed Oct 19, 2023
1 parent 87f0ff1 commit 7e9b1af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_mauiex_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: NuGet Packages
path: artifacts/NuGet/Release
path: artifacts/Release/NuGet

- name: Push to NuGet
run: |
dotnet nuget push artifacts\NuGet\Release\*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org
dotnet nuget push artifacts\NuGet\Release\*.snupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org
dotnet nuget push artifacts\Release\NuGet\*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org
dotnet nuget push artifacts\Release\NuGet\*.snupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org

0 comments on commit 7e9b1af

Please sign in to comment.