From 63c60afa7e1a73c5c4a8bee673df9e7ef8cd45aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Mon, 2 Jun 2025 17:34:54 +0200 Subject: [PATCH] build fix --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e1c912..24c9a24 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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