Update nuget.yml

This commit is contained in:
Dima yawaflua
2023-12-11 00:07:32 +03:00
committed by GitHub
parent 5f9b768005
commit a9ac13413f

View File

@@ -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.csproj
VERSION_REGEX: ${{ steps.vars.outputs.tags }}
TAG_FORMAT: '*'
NUGET_KEY: ${{secrets.NUGET_API_KEY}}