diff --git a/.github/build.sh b/.github/build.sh index 8ef8940..4119b96 100755 --- a/.github/build.sh +++ b/.github/build.sh @@ -89,6 +89,7 @@ case "$1" in #objcopy -SO binary $file openpace_ape/${file##*/}.com cp $file openpace_ape/${file##*/}.com done + find . cp -r docs openpace_ape ;; esac