diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml
index 7145a92..3cf1e92 100644
--- a/.github/workflows/pack.yml
+++ b/.github/workflows/pack.yml
@@ -20,5 +20,5 @@ jobs:
- name: Solution Compilation
run: dotnet build --configuration Release
- name: Package Publication
- run: dotnet nuget push "VisualCard/bin/Release/*.symbols.nupkg" --api-key ${{ secrets.NUGET_APIKEY }} --source "nuget.org"
+ run: dotnet nuget push "VisualCard/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_APIKEY }} --source "nuget.org"
diff --git a/VisualCard/VisualCard.csproj b/VisualCard/VisualCard.csproj
index dc68279..ce3ac5c 100644
--- a/VisualCard/VisualCard.csproj
+++ b/VisualCard/VisualCard.csproj
@@ -19,6 +19,7 @@
MIT
True
True
+ snupkg
True
latest
0.9.2