mirror of
https://github.com/vale981/VoiDPlugins
synced 2025-03-05 09:11:38 -05:00
Fix CI env not applying
This commit is contained in:
parent
4df3b42c73
commit
f3d8ca2dc9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/dotnet-core.yml
vendored
6
.github/workflows/dotnet-core.yml
vendored
|
@ -24,7 +24,10 @@ jobs:
|
||||||
uses: actions/setup-dotnet@v1
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: 3.1.x
|
dotnet-version: 3.1.x
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
|
env:
|
||||||
|
plugin: ${{ matrix.plugin }}
|
||||||
run: dotnet publish $plugin --configuration Release --framework netcoreapp3.1 -o ./build/netcoreapp3.1/$plugin
|
run: dotnet publish $plugin --configuration Release --framework netcoreapp3.1 -o ./build/netcoreapp3.1/$plugin
|
||||||
|
|
||||||
- name: Upload ${{ matrix.plugin }}
|
- name: Upload ${{ matrix.plugin }}
|
||||||
|
@ -35,6 +38,3 @@ jobs:
|
||||||
./build/netcoreapp3.1/${{ matrix.plugin }}/*.dll
|
./build/netcoreapp3.1/${{ matrix.plugin }}/*.dll
|
||||||
!./build/netcoreapp3.1/${{ matrix.plugin }}/*.json
|
!./build/netcoreapp3.1/${{ matrix.plugin }}/*.json
|
||||||
!./build/netcoreapp3.1/${{ matrix.plugin }}/TabletDriverPlugin.dll
|
!./build/netcoreapp3.1/${{ matrix.plugin }}/TabletDriverPlugin.dll
|
||||||
|
|
||||||
env:
|
|
||||||
plugin: ${{ matrix.plugin }}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue