Skip to content

Commit 04a3596

Browse files
committed
nuget update
1 parent d5059f7 commit 04a3596

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nugetci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: dotnet build RulesEngineEditor.sln --configuration Release
2424

2525
- name: dotnet pack
26-
run: dotnet pack RulesEngineEditor.sln -c Release --no-build --include-source --include-symbols
26+
run: dotnet pack RulesEngineEditor.sln -c Release --no-build --include-source --include-symbols -o nupkg
2727

2828
- name: setup nuget
2929
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
@@ -36,6 +36,6 @@ jobs:
3636
- name: Publish NuGet
3737
uses: brandedoutcast/publish-nuget@v2
3838
with:
39-
PROJECT_FILE_PATH: src/RulesEngineEditor/RulesEngineEditor.csproj # Relative to repository root
40-
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
41-
PACKAGE_NAME: RulesEngineEditor
39+
PROJECT_FILE_PATH: src/RulesEngineEditor/RulesEngineEditor.csproj
40+
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}
41+
PACKAGE_NAME: RulesEngineEditor

0 commit comments

Comments
 (0)