Skip to content
This repository was archived by the owner on May 19, 2024. It is now read-only.

Commit 8d81473

Browse files
committed
und - Updated GH workflows for snupkg
--- Type: und Breaking: False Doc Required: False Part: 1/1
1 parent cf0e5a3 commit 8d81473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Solution Compilation
2222
run: dotnet build --configuration Release
2323
- name: Package Publication
24-
run: dotnet nuget push "EnumMagic/bin/Release/*.symbols.nupkg" --api-key ${{ secrets.NUGET_APIKEY }} --source "nuget.org"
24+
run: dotnet nuget push "EnumMagic/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_APIKEY }} --source "nuget.org"

0 commit comments

Comments
 (0)