Fix artifacts path

This commit is contained in:
Amer Koleci
2022-11-17 14:49:54 +01:00
parent 488b23ea9f
commit 8dc88313e8

View File

@@ -37,7 +37,7 @@ jobs:
- name: Publish to NuGet - name: Publish to NuGet
if: github.event_name == 'push' if: github.event_name == 'push'
run: dotnet nuget push build/packages/**/*.nupkg -k ${{secrets.NUGET_TOKEN}} --skip-duplicate --source https://api.nuget.org/v3/index.json run: dotnet nuget push artifacts/**/*.nupkg -k ${{secrets.NUGET_TOKEN}} --skip-duplicate --source https://api.nuget.org/v3/index.json
- name: Upload Package Artifacts - name: Upload Package Artifacts
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3