Skip to content

Commit

Permalink
Removed asset upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomastrodicasa committed Aug 31, 2021
1 parent 67d6bc0 commit be83fd3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit be83fd3

Please sign in to comment.