Skip to content

Commit 07f65b3

Browse files
committed
fix: 修改CI运行错误
1 parent f4dbd3b commit 07f65b3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
run: |
5555
BUILD_DIR="epdiy-epub/project/build_${{ matrix.target }}_hcpu"
5656
57+
# Create release directory first
58+
mkdir -p "release/${{ matrix.target }}"
59+
5760
# Copy all .bin, .json, .ini files while preserving directory structure
5861
cd "$BUILD_DIR"
5962
find . -type f \( -name "*.bin" -o -name "*.json" -o -name "*.ini" \) -exec cp --parents {} "../../../release/${{ matrix.target }}/" \;

0 commit comments

Comments
 (0)