diff --git a/script/cibuild b/script/cibuild index 0b5e95a..5924d82 100755 --- a/script/cibuild +++ b/script/cibuild @@ -76,7 +76,7 @@ git branch -d gh-pages git checkout --orphan gh-pages git rm -rf . cp -a $temp/* . -cp -a dists/lenny dists/ios +cp -a dists/lenny/main/binary-iphoneos-arm/* . gitsync gh-pages "Added/updated ${total}" }