diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cfbb69..aedf5ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,12 +22,6 @@ jobs: run: dotnet build --no-restore --configuration Release - name: Test run: dotnet test --no-build --verbosity normal --configuration Release - - name: Upload Nuget Build Artifact - uses: actions/upload-artifact@v2.2.4 - with: - name: ScreenCapture.NET-Nugets - path: bin/*nupkg - if-no-files-found: error - name: Nuget Push run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json - name: Symbols Push