(pipeline) fix pathing again

This commit is contained in:
Felix Weiß
2023-08-21 17:03:12 +02:00
parent 5d4ef322ee
commit 2afcea2767

View File

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