Skip to content

Commit fe24c0f

Browse files
Update build.yml
1 parent d103311 commit fe24c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ jobs:
370370
cp ./out/dist/Image ../AnyKernel3/Image
371371
if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" ]; then
372372
cp ./out/dist/dtbo.img ../AnyKernel3/dtbo.img
373-
zip -r -FF "../out.zip" ./out/*
373+
zip -r "../out.zip" ./out/*
374374
fi
375375
376376
- name: Create ZIP Files for Different Formats

0 commit comments

Comments
 (0)