mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 20:46:43 +00:00
Explicit output dir
This commit is contained in:
parent
fb8d7cecf5
commit
3cae96f0ee
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -15,9 +15,9 @@ jobs:
|
|||
with:
|
||||
dotnet-version: 3.1
|
||||
- name: Build solution -c Release
|
||||
run: dotnet build
|
||||
run: dotnet build --output build
|
||||
- name: Run unit tests
|
||||
run: dotnet test
|
||||
- name: Publish NuGet package
|
||||
run: dotnet nuget push "*.nupkg" --source FFMpegCore/bin/Release --skip-duplicate
|
||||
run: dotnet nuget push "*.nupkg" --source build --skip-duplicate
|
||||
|
||||
|
|
Loading…
Reference in a new issue