Skip to content

Commit 5b65e60

Browse files
authored
#180 take 2
1 parent 04e18aa commit 5b65e60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
# "dotnet nuget push" with "dotnet nuget add source" to GitHub Packages is unstable for project names with a dot: https://github.com/NuGet/Home/issues/9775#issuecomment-714509211
8686
# So we must specify api-key directly in "dotnet nuget push" instead of following the GitHub Packages documentation
8787
# We use quotes to avoid shell globbing: https://github.com/NuGet/Home/issues/4393#issuecomment-667618120
88-
# --no-symbols to not let GitHub Releases interpret .snupkg as .nupkg
89-
dotnet nuget push '.nupkgs/*.nupkg' --source 'https://nuget.pkg.github.com/verybadcat/index.json' --api-key ${{ github.token }} --skip-duplicate --no-symbols
88+
# --no-symbols true to not let GitHub Releases interpret .snupkg as .nupkg
89+
dotnet nuget push '.nupkgs/*.nupkg' --source 'https://nuget.pkg.github.com/verybadcat/index.json' --api-key ${{ github.token }} --skip-duplicate --no-symbols true
9090
Ios:
9191
runs-on: macos-latest
9292
steps:

0 commit comments

Comments
 (0)