We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec67f3 commit 8ca2386Copy full SHA for 8ca2386
.github/workflows/mobile-ci.yml
@@ -13,6 +13,7 @@ jobs:
13
build-ios:
14
name: Build iOS
15
runs-on: macos-14
16
+ if: false
17
steps:
18
- name: Checkout (with submodules)
19
uses: actions/checkout@v4
@@ -77,6 +78,16 @@ jobs:
77
78
name: Build Android
79
runs-on: ubuntu-24.04
80
81
+ - name: Setup tmate session
82
+ uses: mxschmitt/action-tmate@v3
83
+ with:
84
+ limit-access-to-actor: true
85
+ env:
86
+ OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
87
+ OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
88
+ SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
89
+ SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
90
+
91
92
93
with:
0 commit comments