Fixed a bug where if a chapter had multiple archive files, they wouldn't all be extracted due to short circuit in ExtractArchive. Now I add the file id then flatten afterwards. (#113)
This commit is contained in:
parent
d2914a0e79
commit
280fdc07f2
2 changed files with 11 additions and 4 deletions
2
build.sh
2
build.sh
|
@ -62,7 +62,7 @@ Package()
|
|||
|
||||
ProgressStart "Creating $runtime Package for $framework"
|
||||
|
||||
|
||||
# TODO: Use no-restore? Because Build should have already done it for us
|
||||
echo "Building"
|
||||
cd API
|
||||
echo dotnet publish -c release --self-contained --runtime $runtime -o "$lOutputFolder" --framework $framework
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue