diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c875273..6e965da 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,16 +37,16 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - dotnet nuget push "./RoveComm.**.nupkg" \ + ls -l output + + dotnet nuget push "./output/RoveComm.**.nupkg" \ --source "https://nuget.pkg.github.com/MissouriMRDT/index.json" \ --api-key $GITHUB_TOKEN - working-directory: ./output - name: Publish to NuGet.org env: NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }} run: | - dotnet nuget push "./RoveComm.**.nupkg" \ + dotnet nuget push "./output/RoveComm.**.nupkg" \ --source "https://api.nuget.org/v3/index.json" \ --api-key $NUGET_API_KEY - working-directory: ./output