ci : fix release artefact
All checks were successful
Auto Tag Develop / tag (push) Successful in 4s
Build Release Artefact / build (push) Successful in 1m7s

This commit is contained in:
2026-01-21 20:43:35 +01:00
parent f93a867dd4
commit 66274e239b
3 changed files with 35 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ jobs:
run: |
cd frontend
npm ci
npm run generate
NUXT_PUBLIC_API_BASE=/api NUXT_PUBLIC_APP_BASE=/ npm run generate
- name: Build artefact
shell: bash