mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Merge pull request #138 from rosenbjerg/master
Use .NET 5 in release pipeline
This commit is contained in:
commit
668aa794ec
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -9,6 +9,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
- name: Prepare .NET
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: '5.0.x'
|
||||
- name: Build solution
|
||||
run: dotnet build --output build -c Release
|
||||
- name: Publish NuGet package
|
||||
|
|
Loading…
Reference in a new issue