Skip to content

Commit f57f1b4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build.yml

+1-1
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)
Please sign in to comment.