diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index cd95c6eb..4ffeb554 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -4,7 +4,7 @@ on: release: types: [published] jobs: - all_projects: + CSharpMath: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 48ff2af7..6492d720 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -85,8 +85,8 @@ jobs: # "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 # So we must specify api-key directly in "dotnet nuget push" instead of following the GitHub Packages documentation # We use quotes to avoid shell globbing: https://github.com/NuGet/Home/issues/4393#issuecomment-667618120 - # --no-symbols to not let GitHub Releases interpret .snupkg as .nupkg - dotnet nuget push '.nupkgs/*.nupkg' --source 'https://nuget.pkg.github.com/verybadcat/index.json' --api-key ${{ github.token }} --skip-duplicate --no-symbols + # --no-symbols true to not let GitHub Releases interpret .snupkg as .nupkg + dotnet nuget push '.nupkgs/*.nupkg' --source 'https://nuget.pkg.github.com/verybadcat/index.json' --api-key ${{ github.token }} --skip-duplicate --no-symbols true Ios: runs-on: macos-latest steps: