We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a0f3e commit f57f1b4Copy full SHA for f57f1b4
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
bun install
32
bun run build
33
- cp ./dist/* ../module/webroot
+ cp -r ./dist/* ../module/webroot
34
35
- name: Compile Flashable Zip
36
id: compileZip
0 commit comments