From c1a82b1add5492eac3d27e50600d649862af8e57 Mon Sep 17 00:00:00 2001 From: RobIII Date: Thu, 7 Mar 2024 16:22:08 +0100 Subject: [PATCH] Fix GitHub action --- .github/workflows/publishnuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publishnuget.yml b/.github/workflows/publishnuget.yml index a98b410..67797bb 100644 --- a/.github/workflows/publishnuget.yml +++ b/.github/workflows/publishnuget.yml @@ -34,7 +34,7 @@ jobs: run: dotnet test -c Release --no-restore --no-build - name: Create packages - run: dotnet pack ${{ github.event.repository.name }} -c Release --no-restore --no-build -p:Version="${{ github.event.release.tag_name }}" + run: dotnet pack DSMRParser -c Release --no-restore --no-build -p:Version="${{ github.event.release.tag_name }}" - name: Publish run: dotnet nuget push **\*.nupkg -s 'https://api.nuget.org/v3/index.json' -k ${{secrets.NUGET_API_KEY}} \ No newline at end of file