diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe3b0f1a2..05e5b16a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,12 +33,8 @@ jobs: run: xcodebuild -scheme RSDatabaseiOS -showdestinations - name: Run Build - # continue-on-error: true env: ENCRYPTION_SECRET: ${{ secrets.ENCRYPTION_SECRET }} KEY_SECRET: ${{ secrets.KEY_SECRET }} SCHEME: ${{ matrix.scheme }} - run: buildscripts/ci-build.sh - - # - name: Check for Crashlog - # run: buildscripts/crash-logs.sh \ No newline at end of file + run: buildscripts/ci-build.sh \ No newline at end of file