From 9674a495f9483a12dddfdf41fa7062b352df0203 Mon Sep 17 00:00:00 2001 From: Jonathan Erikson Date: Mon, 12 Jun 2023 13:57:44 +0200 Subject: [PATCH] Update nuget.yml --- .github/workflows/nuget.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index dd752bd..5e9417e 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -20,16 +20,14 @@ jobs: - uses: NuGet/setup-nuget@v1 - name: Restore NuGet packages - working-directory: ./Source/ run: nuget restore - name: Build the application - working-directory: ./Source/ run: msbuild /p:Configuration=Release - - name: Depoly to Nuget - working-directory: ./Source/Px.Rdf/ + - name: Deploy to Nuget + working-directory: ./Px.Dcat/ run: | $package = Get-ChildItem -Recurse -Filter *.nupkg nuget push $package $env:nuget_api_key -src https://nuget.org