mirror of
https://github.com/1204244136/index-X.git
synced 2025-05-02 12:58:14 +08:00
commit
39f4b262c3
4
.github/workflows/build-epub-release.yml
vendored
4
.github/workflows/build-epub-release.yml
vendored
@ -23,7 +23,9 @@ jobs:
|
|||||||
shopt -s nullglob
|
shopt -s nullglob
|
||||||
for dir in EPUB/*/ ; do
|
for dir in EPUB/*/ ; do
|
||||||
name=$(basename "$dir")
|
name=$(basename "$dir")
|
||||||
zip -r "output/epubs/${name}.epub" "$dir"
|
(
|
||||||
|
cd "$dir" && zip -r "../../output/epubs/${name}.epub" ./*
|
||||||
|
)
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: Create merged ZIPs
|
- name: Create merged ZIPs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user