fixed wrong build output directory
All checks were successful
build-sveltekit / build (push) Successful in 36s

This commit is contained in:
Jonas_Jones 2025-06-10 19:33:36 +02:00
parent 6806a63b87
commit 8b6e1667ed

View file

@ -31,7 +31,7 @@ jobs:
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
with:
name: sveltekit-artifacts
path: build/
path: .svelte-kit/output/
if-no-files-found: error
- name: cache downloaded dependencies