Fixed publishing derp

This commit is contained in:
Tony Bark 2020-12-08 20:22:03 -05:00
parent 3f119956c4
commit 6671e8e7c5

View file

@ -17,11 +17,10 @@ jobs:
# Publish
- name: publish on version change
id: publish_nuget
uses: rohith/publish-nuget@v2
with:
# Filepath of the project to be packaged, relative to root of repository
PROJECT_FILE_PATH: CSTNet.csproj
PROJECT_FILE_PATH: CSTNet/CSTNet.csproj
# NuGet package id, used for version detection & defaults to project name
# PACKAGE_NAME: Core
# Filepath with version info, relative to root of repository & defaults to PROJECT_FILE_PATH