mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Update release.yml
This commit is contained in:
parent
3cae96f0ee
commit
100de2730e
1 changed files with 2 additions and 4 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -14,10 +14,8 @@ jobs:
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 3.1
|
dotnet-version: 3.1
|
||||||
- name: Build solution -c Release
|
- name: Build solution
|
||||||
run: dotnet build --output build
|
run: dotnet build --output build
|
||||||
- name: Run unit tests
|
|
||||||
run: dotnet test
|
|
||||||
- name: Publish NuGet package
|
- name: Publish NuGet package
|
||||||
run: dotnet nuget push "*.nupkg" --source build --skip-duplicate
|
run: ls && dotnet nuget push "*.nupkg" --source build --skip-duplicate
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue