From 4a73267edc993147c34a21e004e54ebc7cbcb833 Mon Sep 17 00:00:00 2001 From: Gabriel Palma Date: Tue, 20 Aug 2024 19:28:12 +1000 Subject: [PATCH] Workflow update --- .github/workflows/nuget.yml | 4 ++-- src/6.0/Not.Again.NUnit/Not.Again.NUnit.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 0481edb..d8b231c 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -30,5 +30,5 @@ jobs: run: find . -name "*$MAJOR_VERSION.$MINOR_VERSION.$GITHUB_RUN_NUMBER.*nupkg" -type f -exec cp {} ./output \; - name: Echo packages run: find ./output -name "*.*nupkg" -type f -exec echo {} \; - - name: Push to NuGet - run: dotnet nuget push "*.nupkg" --api-key ${{secrets.NUGET_ORG_API_KEY}} --source https://api.nuget.org/v3/index.json \ No newline at end of file + - name: Push + run: find ./output -name "*.nupkg" -type f -exec dotnet nuget push "{}" --api-key ${{ secrets.GITHUB_TOKEN }} --source "https://api.nuget.org/v3/index.json" \; \ No newline at end of file diff --git a/src/6.0/Not.Again.NUnit/Not.Again.NUnit.csproj b/src/6.0/Not.Again.NUnit/Not.Again.NUnit.csproj index 6beca65..a36a5a8 100644 --- a/src/6.0/Not.Again.NUnit/Not.Again.NUnit.csproj +++ b/src/6.0/Not.Again.NUnit/Not.Again.NUnit.csproj @@ -21,8 +21,8 @@ - +