We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef64301 commit c164f16Copy full SHA for c164f16
.github/workflows/build.yml
@@ -31,14 +31,17 @@ jobs:
31
run: make test
32
33
- name: Set up Ruby
34
+ if: ${{ env.ANDROID_SECRETS_KEY }}
35
uses: ruby/setup-ruby@v1
36
with:
37
ruby-version: 2.6
38
39
- name: Set up Fastlane
40
41
run: gem install fastlane --no-document --quiet
42
43
- name: Unpack secrets
44
45
env:
46
ANDROID_SECRETS_KEY: ${{ secrets.ANDROID_SECRETS_KEY }}
47
ANDROID_SECRETS_IV: ${{ secrets.ANDROID_SECRETS_IV }}
@@ -47,6 +50,7 @@ jobs:
50
tar -xf ./secrets.tar.gz
48
51
49
52
- name: Assemble unbranded
53
54
uses: maierj/fastlane-action@v1.4.0
55
56
ANDROID_KEYSTORE_PATH: ${{ secrets.ANDROID_KEYSTORE_PATH }}
0 commit comments