From f4a62d92dbc345d8f5b2770562adf938e973cd43 Mon Sep 17 00:00:00 2001 From: Jigar-f Date: Tue, 11 Jun 2024 16:34:50 +0530 Subject: [PATCH] uncomment full steps. --- .github/workflows/build-ios.yml | 58 ++++++++++++++++----------------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/workflows/build-ios.yml b/.github/workflows/build-ios.yml index 5a13d6984..bf867c95f 100644 --- a/.github/workflows/build-ios.yml +++ b/.github/workflows/build-ios.yml @@ -39,35 +39,35 @@ jobs: - name: Pull LFS objects run: git lfs pull - # - name: Setup Go - # uses: actions/setup-go@v4 - # with: - # go-version-file: "go.mod" - # - # - name: Setup Xcode - # uses: maxim-lobanov/setup-xcode@v1 - # with: - # xcode-version: ${{ inputs.xcode_version }} - # - # - name: Repo access - # run: | - # mkdir /tmp/cache - # echo "machine github.com login ${{ secrets.GH_TOKEN }} password x-oauth-basic" > /tmp/cache/.netrc - # chmod 600 /tmp/cache/.netrc - # - # - name: Setup Sentry CLI - # uses: mathieu-bour/setup-sentry-cli@v1 - # with: - # version: latest - # token: ${{ SECRETS.SENTRY_TOKEN }} # from GitHub secrets - # organization: getlantern - # project: android - # - # - name: Install Flutter - # uses: subosito/flutter-action@v2 - # with: - # channel: "stable" - # flutter-version-file: pubspec.yaml + - name: Setup Go + uses: actions/setup-go@v4 + with: + go-version-file: "go.mod" + + - name: Setup Xcode + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: ${{ inputs.xcode_version }} + + - name: Repo access + run: | + mkdir /tmp/cache + echo "machine github.com login ${{ secrets.GH_TOKEN }} password x-oauth-basic" > /tmp/cache/.netrc + chmod 600 /tmp/cache/.netrc + + - name: Setup Sentry CLI + uses: mathieu-bour/setup-sentry-cli@v1 + with: + version: latest + token: ${{ SECRETS.SENTRY_TOKEN }} # from GitHub secrets + organization: getlantern + project: android + + - name: Install Flutter + uses: subosito/flutter-action@v2 + with: + channel: "stable" + flutter-version-file: pubspec.yaml - name: Install the Apple certificate and provisioning profile env: