Skip to content

Commit

Permalink
Fix release publishing action
Browse files Browse the repository at this point in the history
  • Loading branch information
ikopylov committed Feb 14, 2022
1 parent e3b3217 commit 8aac264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: nuget/Qoollo.BobClient.*.nuget
file: nuget/Qoollo.BobClient.*.nupkg
tag: ${{ github.ref }}
overwrite: true
file_glob: true
Expand Down

0 comments on commit 8aac264

Please sign in to comment.