Use relative path

Former-commit-id: 8fbb60294a
This commit is contained in:
Malte Rosenbjerg 2020-10-28 19:53:57 +01:00
parent f564ff39ea
commit b429567812

View file

@ -15,5 +15,5 @@ jobs:
- name: Build solution - name: Build solution
run: dotnet build --output build run: dotnet build --output build
- name: Publish NuGet package - name: Publish NuGet package
run: ls && ls FFMpegCore && dotnet nuget push "*.nupkg" --source FFMpegCore/build --skip-duplicate run: ls && dotnet nuget push "*.nupkg" --source ./build --skip-duplicate