diff --git a/.github/workflows/Release_Package.yml b/.github/workflows/Release_Package.yml index efc22cc..d080c45 100644 --- a/.github/workflows/Release_Package.yml +++ b/.github/workflows/Release_Package.yml @@ -47,7 +47,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | gh release create "v${{ steps.get_version.outputs.VERSION }}" \ - ./src/Pinch.SDK/bin/Release/Pinch.SDK.${{ steps.get_version.outputs.VERSION }}.nupkg + "./src/Pinch.SDK/bin/Release/Pinch.SDK.${{ steps.get_version.outputs.VERSION }}.nupkg" --repo="$GITHUB_REPOSITORY" \ --title="v${{ steps.get_version.outputs.VERSION }}" \ --generate-notes \ No newline at end of file