build fix
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -23,11 +23,11 @@ jobs:
|
||||
run: npm install -g @angular/cli
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: Frontend
|
||||
working-directory: src/Frontend
|
||||
run: npm ci
|
||||
|
||||
- name: Build Angular
|
||||
working-directory: Frontend
|
||||
working-directory: src/Frontend
|
||||
run: ng build --configuration=production
|
||||
|
||||
- name: Upload artifact
|
||||
@@ -60,7 +60,6 @@ jobs:
|
||||
dotnet publish DiunaBI.WebAPI/DiunaBI.WebAPI.csproj \
|
||||
--configuration Release \
|
||||
--framework net8.0 \
|
||||
--runtime linux-x64 \
|
||||
--self-contained false \
|
||||
--output ../../build/webapi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user