diff --git a/.github/workflows/cd-release.yml b/.github/workflows/cd-release.yml index 934032e..520a867 100644 --- a/.github/workflows/cd-release.yml +++ b/.github/workflows/cd-release.yml @@ -39,7 +39,7 @@ jobs: run: dotnet test --configuration Release /p:Version=${VERSION} --no-build - name: Pack - run: dotnet pack --configuration Release /p:Version=${VERSION} --no-build --output . + run: dotnet pack --configuration Release /p:Version=${VERSION} --output . - name: Push run: dotnet nuget push CryptoNet.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${NUGET_TOKEN} diff --git a/Directory.Build.Props b/Directory.Build.Props index 4440cef..3d15299 100644 --- a/Directory.Build.Props +++ b/Directory.Build.Props @@ -23,6 +23,7 @@ true snupkg + embedded