From be83fd32de83dd56694f36a115a553ee9c83c96c Mon Sep 17 00:00:00 2001 From: Mario Mastrodicasa Date: Tue, 31 Aug 2021 04:26:42 +0200 Subject: [PATCH] Removed asset upload --- .github/workflows/release.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dec3b0d..cb92f8a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,15 +36,6 @@ jobs: - name: Build NuGet Packages run: dotnet build --no-incremental --configuration Release /p:Platform="Any CPU" src\CLIParser.sln - - name: Upload CLIParser NuGet to release - uses: svenstaro/upload-release-action@v2 - with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: .\bin\*.nupkg - asset_name: CLIParser - tag: ${{ github.ref }} - overwrite: true - - uses: nuget/setup-nuget@v1 with: nuget-version: '5.x'