Skip to content

Commit

Permalink
Try fixing quoting of nupkg filename
Browse files Browse the repository at this point in the history
  • Loading branch information
James A Sutherland committed Feb 13, 2023
1 parent c7088e3 commit f471afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ github.ref }}
file: '["Rdmp.Extensions.Plugin.${{ steps.version.outputs.version }}.nupkg"]'
file: Rdmp.Extensions.Plugin.${{ steps.version.outputs.version }}.nupkg

0 comments on commit f471afd

Please sign in to comment.