We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4dbd3b commit 07f65b3Copy full SHA for 07f65b3
1 file changed
.github/workflows/build.yml
@@ -54,6 +54,9 @@ jobs:
54
run: |
55
BUILD_DIR="epdiy-epub/project/build_${{ matrix.target }}_hcpu"
56
57
+ # Create release directory first
58
+ mkdir -p "release/${{ matrix.target }}"
59
+
60
# Copy all .bin, .json, .ini files while preserving directory structure
61
cd "$BUILD_DIR"
62
find . -type f \( -name "*.bin" -o -name "*.json" -o -name "*.ini" \) -exec cp --parents {} "../../../release/${{ matrix.target }}/" \;
0 commit comments