diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4fea63f..62dfed80 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,8 @@ name: CI on: push: - #branches: - # - master - branches-ignore: - - "**" + branches: + - master jobs: build: diff --git a/scripts/build_ios.sh b/scripts/build_ios.sh index 79545d5b..44e1cbc6 100755 --- a/scripts/build_ios.sh +++ b/scripts/build_ios.sh @@ -23,7 +23,10 @@ export LIBS_URL="https://github.com/GitJournal/ios-libraries/releases/download/v if [ ! -d "ios/libs" ]; then echo "Downloading Libs" wget "$LIBS_URL" - unzip libs.zip + cd ios + unzip ../libs.zip + cd - + rm libs.zip fi # Place gj_common