diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index a561410..28a0146 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -36,10 +36,10 @@ jobs: run: dotnet test - name: Create NuGet package - run: dotnet pack -c release + run: dotnet pack -c release "VoiceAttack-Framework/VoiceAttack-Framework.csproj" - name: Push NuGet package - run: dotnet nuget push "VoiceAttack-Framework/bin/Release/alterNERDtive.YAVAPF.*.nupkg" -source 'https://api.nuget.org/v3/index.json' -apikey ${{secrets.NUGET_AUTH_TOKEN}} + run: dotnet nuget push "VoiceAttack-Framework\bin\Release\alterNERDtive.YAVAPF.*.nupkg" --source 'https://api.nuget.org/v3/index.json' --api-key ${{secrets.NUGET_AUTH_TOKEN}} - name: Draft release uses: ncipollo/release-action@v1 diff --git a/ExamplePlugin/ExamplePlugin.csproj b/ExamplePlugin/ExamplePlugin.csproj index 0dd6441..739c94f 100644 --- a/ExamplePlugin/ExamplePlugin.csproj +++ b/ExamplePlugin/ExamplePlugin.csproj @@ -6,6 +6,7 @@ enable true + false