diff --git a/.github/workflows/Release_Package.yml b/.github/workflows/Release_Package.yml
index 9309575..efc22cc 100644
--- a/.github/workflows/Release_Package.yml
+++ b/.github/workflows/Release_Package.yml
@@ -47,6 +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
--repo="$GITHUB_REPOSITORY" \
--title="v${{ steps.get_version.outputs.VERSION }}" \
--generate-notes
\ No newline at end of file
diff --git a/src/Pinch.SDK/Pinch.SDK.csproj b/src/Pinch.SDK/Pinch.SDK.csproj
index d164b80..7859f5a 100644
--- a/src/Pinch.SDK/Pinch.SDK.csproj
+++ b/src/Pinch.SDK/Pinch.SDK.csproj
@@ -14,8 +14,13 @@
https://github.com/PinchPayments/Pinch.SDK
https://github.com/PinchPayments/Pinch.SDK
$(PackageVersion)
+ readme.md
+
+
+
+