diff --git a/.github/workflows/publish-pipeline.yml b/.github/workflows/publish-pipeline.yml index 9cdb799..984094b 100644 --- a/.github/workflows/publish-pipeline.yml +++ b/.github/workflows/publish-pipeline.yml @@ -147,7 +147,7 @@ jobs: - name: Publish as ${{ github.event.inputs.version_tag }}${{ env.prerelease_append }} run: | - cd '${{ github.workspace }}/MewtocolNet/Builds' + cd '${{ github.workspace }}/Builds/MewtocolNet' ls -l dotnet nuget push "*.nupkg" --skip-duplicate --api-key ${{ secrets.GITHUB_TOKEN }} --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"