mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-03-15 06:01:25 +00:00
Fixed publishing derp
This commit is contained in:
parent
3f119956c4
commit
6671e8e7c5
1 changed files with 1 additions and 2 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue