gitea build
All checks were successful
BuildApp / build-frontend (push) Successful in 1m23s
BuildApp / build-backend (push) Successful in 1m52s

This commit is contained in:
Michał Zieliński
2025-09-12 09:19:45 +02:00
parent b97d91a9ac
commit 22f2d9c8b6

View File

@@ -42,7 +42,7 @@ jobs:
run: ng build --configuration=production
- name: Upload artifact (frontend)
uses: https://github.com/actions/upload-artifact@v4
uses: https://github.com/actions/upload-artifact@v3
with:
name: frontend
path: |
@@ -88,7 +88,7 @@ jobs:
--filter "Category!=LocalOnly"
- name: Publish Test Results
uses: https://github.com/actions/upload-artifact@v4
uses: https://github.com/actions/upload-artifact@v3
if: success() || failure()
with:
name: test-results
@@ -117,7 +117,7 @@ jobs:
rm -f client_secrets.Development.json || true
- name: Upload artifact (webapi)
uses: https://github.com/actions/upload-artifact@v4
uses: https://github.com/actions/upload-artifact@v3
with:
name: webapi
path: build/webapi