mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
(pipeline) fix pathing
This commit is contained in:
2
.github/workflows/publish-pipeline.yml
vendored
2
.github/workflows/publish-pipeline.yml
vendored
@@ -147,7 +147,7 @@ jobs:
|
||||
|
||||
- name: Publish as ${{ github.event.inputs.version_tag }}${{ env.prerelease_append }}
|
||||
run: |
|
||||
cd '${{ github.workspace }}/Builds'
|
||||
cd '${{ github.workspace }}/MewtocolNet/Builds'
|
||||
ls -l
|
||||
dotnet nuget push "*.nupkg" --skip-duplicate --api-key ${{ secrets.GITHUB_TOKEN }} --source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user