mirror of
https://github.com/JonasunderscoreJones/BingoGenerator.git
synced 2025-10-22 16:19:18 +02:00
fixed wrong build output directory
All checks were successful
build-sveltekit / build (push) Successful in 36s
All checks were successful
build-sveltekit / build (push) Successful in 36s
This commit is contained in:
parent
6806a63b87
commit
8b6e1667ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue