Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomastrodicasa committed Aug 31, 2021
1 parent ceef7d7 commit 67d6bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: .\bin\*nupkg
asset_name: CLIParser.nupkg
file: .\bin\*.nupkg
asset_name: CLIParser
tag: ${{ github.ref }}
overwrite: true

Expand Down

0 comments on commit 67d6bc0

Please sign in to comment.