From 17430d92684479969ec581acee081ba11f7ce849 Mon Sep 17 00:00:00 2001 From: Masatake Iwasaki <78918084+kochounoyume@users.noreply.github.com> Date: Fri, 24 Jan 2025 01:34:21 +0900 Subject: [PATCH] Update nuget-source-generator.yml --- .github/workflows/nuget-source-generator.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nuget-source-generator.yml b/.github/workflows/nuget-source-generator.yml index 604757d..482b91b 100644 --- a/.github/workflows/nuget-source-generator.yml +++ b/.github/workflows/nuget-source-generator.yml @@ -22,5 +22,6 @@ jobs: - run: dotnet build src/MinimalUtility.SourceGenerator/MinimalUtility.SourceGenerator.csproj --configuration Release --no-restore - run: dotnet pack src/MinimalUtility.SourceGenerator/MinimalUtility.SourceGenerator.csproj --configuration Release -o src/MinimalUtility.SourceGenerator/artifacts/ - run: | + ls src/MinimalUtility.SourceGenerator/artifacts/ dotnet nuget add source "https://nuget.pkg.github.com/kochounoyume/index.json" -n "github" -u kochounoyume -p ${{secrets.GH_PACKAGES_PAT}} --store-password-in-clear-text dotnet nuget push "src/MinimalUtility.SourceGenerator/*.nupkg" --api-key ${{secrets.GH_PACKAGES_PAT}} --source "github" --skip-duplicate