Skip to content

Commit

Permalink
Change NuGet package path in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperbx committed Aug 3, 2024
1 parent cf0dc18 commit 382ed0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Marathon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ jobs:

# Publishes the compiled package to NuGet.
- name: Publish to NuGet
run: dotnet nuget push "${{github.workspace}}\Marathon\bin\Release\BE32.Marathon.${{env.VERSION_RESOLVE}}.nupkg" -k ${{secrets.NUGET_KEY}} -s ${{env.NUGET_SOURCE}}
run: dotnet nuget push "${{github.workspace}}\Marathon\bin\Release\Marathon.${{env.VERSION_RESOLVE}}.nupkg" -k ${{secrets.NUGET_KEY}} -s ${{env.NUGET_SOURCE}}

0 comments on commit 382ed0e

Please sign in to comment.