Skip to content

Commit

Permalink
Correct path for package extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
tekgator committed Jun 2, 2023
1 parent 8315627 commit 58a8178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
PROJECT_PATH: MinecraftJars/MinecraftJars.csproj
PROJECT_PATH_EXTENSION: MinecraftJars/MinecraftJars.csproj
PROJECT_PATH_EXTENSION: MinecraftJars.Extension/MinecraftJars.Extension.DependencyInjection.csproj
PACKAGE_OUTPUT_DIR: ${{ github.workspace }}/output
NUGET_SOURCE_URL: "https://api.nuget.org/v3/index.json"

Expand Down

0 comments on commit 58a8178

Please sign in to comment.