mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-04-11 03:31:46 -04:00
Build issues (#4267)
This commit is contained in:
parent
d6f0963958
commit
fc4e3f3ed1
6
.github/workflows/openapi-gen.yml
vendored
6
.github/workflows/openapi-gen.yml
vendored
@ -10,8 +10,6 @@ on:
|
||||
branches: [ 'develop', '!release/**' ]
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
DOTNET_VERSION: 10.0
|
||||
|
||||
jobs:
|
||||
generate-openapi:
|
||||
@ -26,7 +24,7 @@ jobs:
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: $DOTNET_VERSION
|
||||
dotnet-version: 10.0.x
|
||||
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
@ -47,7 +45,7 @@ jobs:
|
||||
dotnet tool install Swashbuckle.AspNetCore.Cli --version ${{ steps.swashbuckle-version.outputs.VERSION }}
|
||||
|
||||
- name: Generate OpenAPI file
|
||||
run: dotnet swagger tofile --output openapi.json API/bin/Debug/net$DOTNET_VERSION/API.dll v1
|
||||
run: dotnet swagger tofile --output openapi.json API/bin/Debug/net10/API.dll v1
|
||||
|
||||
- name: Check for changes
|
||||
id: git-check
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
"@angular-slider/ngx-slider": "^20.0.0",
|
||||
"@angular/animations": "^20.3.2",
|
||||
"@angular/cdk": "^20.2.5",
|
||||
"@angular/common": "^20.3.14",
|
||||
"@angular/common": "^20.3.2",
|
||||
"@angular/compiler": "^20.3.2",
|
||||
"@angular/core": "^20.3.2",
|
||||
"@angular/forms": "^20.3.2",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user