We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d456b commit bd1d244Copy full SHA for bd1d244
1 file changed
.github/workflows/build-and-publish.yml
@@ -7,7 +7,7 @@ on:
7
8
env:
9
PROJECT_PATH: MinecraftJars/MinecraftJars.csproj
10
- PROJECT_PATH_EXTENSION: MinecraftJars.Extension/MinecraftJars.Extension.DependencyInjection.csproj
+ PROJECT_PATH_EXTENSION: MinecraftJars.Extension/MinecraftJars.Extension.DependencyInjection/MinecraftJars.Extension.DependencyInjection.csproj
11
PACKAGE_OUTPUT_DIR: ${{ github.workspace }}/output
12
NUGET_SOURCE_URL: "https://api.nuget.org/v3/index.json"
13
0 commit comments