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
|
run: npm install -g @angular/cli
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: Frontend
|
working-directory: src/Frontend
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Build Angular
|
- name: Build Angular
|
||||||
working-directory: Frontend
|
working-directory: src/Frontend
|
||||||
run: ng build --configuration=production
|
run: ng build --configuration=production
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
@@ -60,7 +60,6 @@ jobs:
|
|||||||
dotnet publish DiunaBI.WebAPI/DiunaBI.WebAPI.csproj \
|
dotnet publish DiunaBI.WebAPI/DiunaBI.WebAPI.csproj \
|
||||||
--configuration Release \
|
--configuration Release \
|
||||||
--framework net8.0 \
|
--framework net8.0 \
|
||||||
--runtime linux-x64 \
|
|
||||||
--self-contained false \
|
--self-contained false \
|
||||||
--output ../../build/webapi
|
--output ../../build/webapi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user