From 2431d7d92b6d1ee6c1dd6a991460a49ec255604c Mon Sep 17 00:00:00 2001 From: Hadrian Tang Date: Mon, 2 Nov 2020 00:41:29 +0800 Subject: [PATCH] #180 take 2 (#181) * Update Release.yml * Fix command --- .github/workflows/Release.yml | 2 +- .github/workflows/Test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: