mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 00:24:14 +01:00
parent
81fd0fb8c0
commit
6dca927aaf
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:
|
with:
|
||||||
dotnet-version: 3.1
|
dotnet-version: 3.1
|
||||||
- name: Build solution -c Release
|
- name: Build solution -c Release
|
||||||
run: dotnet build
|
run: dotnet build --output build
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
run: dotnet test
|
run: dotnet test
|
||||||
- name: Publish NuGet package
|
- 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