mirror of
https://github.com/vale981/VoiDPlugins
synced 2025-03-04 16:51:38 -05:00
Update CI
This commit is contained in:
parent
38100896f7
commit
ce43c5e93c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/dotnet.yml
vendored
6
.github/workflows/dotnet.yml
vendored
|
@ -23,16 +23,16 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Setup NET 5
|
- name: Setup .NET
|
||||||
uses: actions/setup-dotnet@main
|
uses: actions/setup-dotnet@main
|
||||||
with:
|
with:
|
||||||
dotnet-version: 5.0.x
|
dotnet-version: '6.0'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
env:
|
env:
|
||||||
path: ${{ matrix.path }}
|
path: ${{ matrix.path }}
|
||||||
plugin: ${{ matrix.plugin }}
|
plugin: ${{ matrix.plugin }}
|
||||||
run: dotnet publish $path/$plugin --configuration Release --framework net5 -o ./build/$plugin
|
run: dotnet publish $path/$plugin --configuration Release --framework net6.0 -o ./build/$plugin
|
||||||
|
|
||||||
- uses: actions/upload-artifact@main
|
- uses: actions/upload-artifact@main
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue