Skip to content

Commit c3582a6

Browse files
committed
Manually call "bundle", the action seems to have problems
1 parent f408fc7 commit c3582a6

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272
WGER_API_KEY: ${{ secrets.WGER_API_KEY }}
7373

7474
- name: Upload build to Play Store
75-
uses: maierj/[email protected]
76-
with:
77-
lane: production
75+
run: |
76+
bundle install
77+
bundle exec fastlane android production
7878
7979
- name: Make Github release
8080
uses: softprops/action-gh-release@v1

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ GEM
99
atomos (0.1.3)
1010
aws-eventstream (1.3.0)
1111
aws-partitions (1.877.0)
12-
aws-sdk-core (3.190.1)
12+
aws-sdk-core (3.190.2)
1313
aws-eventstream (~> 1, >= 1.3.0)
1414
aws-partitions (~> 1, >= 1.651.0)
1515
aws-sigv4 (~> 1.8)
@@ -123,19 +123,19 @@ GEM
123123
google-apis-core (>= 0.11.0, < 2.a)
124124
google-apis-playcustomapp_v1 (0.13.0)
125125
google-apis-core (>= 0.11.0, < 2.a)
126-
google-apis-storage_v1 (0.29.0)
126+
google-apis-storage_v1 (0.31.0)
127127
google-apis-core (>= 0.11.0, < 2.a)
128128
google-cloud-core (1.6.1)
129129
google-cloud-env (>= 1.0, < 3.a)
130130
google-cloud-errors (~> 1.0)
131131
google-cloud-env (1.6.0)
132132
faraday (>= 0.17.3, < 3.0)
133133
google-cloud-errors (1.3.1)
134-
google-cloud-storage (1.46.0)
134+
google-cloud-storage (1.47.0)
135135
addressable (~> 2.8)
136136
digest-crc (~> 0.4)
137137
google-apis-iamcredentials_v1 (~> 0.1)
138-
google-apis-storage_v1 (~> 0.29.0)
138+
google-apis-storage_v1 (~> 0.31.0)
139139
google-cloud-core (~> 1.6)
140140
googleauth (>= 0.16.2, < 2.a)
141141
mini_mime (~> 1.0)

0 commit comments

Comments
 (0)