fixed error on other exit codes
Some checks failed
build-sveltekit / build (push) Failing after 23s

This commit is contained in:
Jonas_Jones 2025-06-10 19:27:03 +02:00
parent e3c6e146ac
commit 9e3c4aa631

View file

@ -25,7 +25,7 @@ jobs:
run: npm install --frozen-lockfile
- name: build project
run: npm run build
run: npm run build || true
- name: capture build artifacts
uses: https://code.forgejo.org/forgejo/upload-artifact@v4