mirror of
https://github.com/1204244136/index-X.git
synced 2025-06-27 23:03:35 +08:00
Compare commits
2 Commits
79465867b5
...
39f4b262c3
Author | SHA1 | Date | |
---|---|---|---|
39f4b262c3 | |||
f3f3617d1b |
4
.github/workflows/build-epub-release.yml
vendored
4
.github/workflows/build-epub-release.yml
vendored
@ -23,7 +23,9 @@ jobs:
|
||||
shopt -s nullglob
|
||||
for dir in EPUB/*/ ; do
|
||||
name=$(basename "$dir")
|
||||
zip -r "output/epubs/${name}.epub" "$dir"
|
||||
(
|
||||
cd "$dir" && zip -r "../../output/epubs/${name}.epub" ./*
|
||||
)
|
||||
done
|
||||
|
||||
- name: Create merged ZIPs
|
||||
|
Reference in New Issue
Block a user