From de5e7279fd808b3669b9a1f387f2d202e40997ce Mon Sep 17 00:00:00 2001 From: Dima yawaflua <93622229+yawaflua@users.noreply.github.com> Date: Mon, 11 Dec 2023 00:09:49 +0300 Subject: [PATCH] Update nuget.yml --- .github/workflows/nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 4bde114..ef3bec5 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -23,7 +23,7 @@ jobs: - name: Publish to NuGet uses: brandedoutcast/publish-nuget@v2 with: - PROJECT_FILE_PATH: ./SPWorldsWrapper/SPWorldsWrapper.csproj + PROJECT_FILE_PATH: SPWorldsWrapper/SPWorldsWrapper/SPWorldsWrapper.csproj VERSION_REGEX: ${{ steps.vars.outputs.tags }} TAG_FORMAT: '*' NUGET_KEY: ${{secrets.NUGET_API_KEY}}