mirror of
https://github.com/tonytins/cstdotnet.git
synced 2025-03-22 08:22:18 +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
|
# Publish
|
||||||
- name: publish on version change
|
- name: publish on version change
|
||||||
id: publish_nuget
|
|
||||||
uses: rohith/publish-nuget@v2
|
uses: rohith/publish-nuget@v2
|
||||||
with:
|
with:
|
||||||
# Filepath of the project to be packaged, relative to root of repository
|
# 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
|
# NuGet package id, used for version detection & defaults to project name
|
||||||
# PACKAGE_NAME: Core
|
# PACKAGE_NAME: Core
|
||||||
# Filepath with version info, relative to root of repository & defaults to PROJECT_FILE_PATH
|
# Filepath with version info, relative to root of repository & defaults to PROJECT_FILE_PATH
|
||||||
|
|
Loading…
Add table
Reference in a new issue