Skip to content

Commit

Permalink
(pipeline) fix pathing again
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandoun committed Aug 21, 2023
1 parent 5d4ef32 commit 2afcea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2afcea2

Please sign in to comment.