We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d103311 commit fe24c0fCopy full SHA for fe24c0f
.github/workflows/build.yml
@@ -370,7 +370,7 @@ jobs:
370
cp ./out/dist/Image ../AnyKernel3/Image
371
if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" ]; then
372
cp ./out/dist/dtbo.img ../AnyKernel3/dtbo.img
373
- zip -r -FF "../out.zip" ./out/*
+ zip -r "../out.zip" ./out/*
374
fi
375
376
- name: Create ZIP Files for Different Formats
0 commit comments