Skip to content

Commit

Permalink
Revert "Move tmate"
Browse files Browse the repository at this point in the history
This reverts commit a8fa61b.
  • Loading branch information
Ashoat committed Sep 5, 2024
1 parent a8fa61b commit 08f1457
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ jobs:
- name: yarn ci-cleaninstall
run: yarn ci-cleaninstall

- name: Set up tmate session
if: failure()
uses: mxschmitt/action-tmate@v3

- name: Save ANDROID_KEY_STORE_B64 to file
env:
ANDROID_KEY_STORE_B64: ${{secrets.ANDROID_KEY_STORE_B64}}
Expand All @@ -61,3 +57,7 @@ jobs:
env:
ANDROID_SIGNING_PASSWORD: ${{secrets.ANDROID_SIGNING_PASSWORD}}
run: JAVA_HOME=${JAVA_HOME_11_arm64} ./gradlew bundleRelease

- name: Set up tmate session
if: failure()
uses: mxschmitt/action-tmate@v3

0 comments on commit 08f1457

Please sign in to comment.