Skip to content

Commit f57f1b4

Browse files
committed
workflows: Fix webui copy error
Signed-off-by: Rem01Gaming <Rem01_Gaming@proton.me>
1 parent 67a0f3e commit f57f1b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
bun install
3232
bun run build
33-
cp ./dist/* ../module/webroot
33+
cp -r ./dist/* ../module/webroot
3434
3535
- name: Compile Flashable Zip
3636
id: compileZip

0 commit comments

Comments
 (0)