We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec32c1 commit a804ab5Copy full SHA for a804ab5
.github/workflows/sample-distribution.yml
@@ -74,9 +74,10 @@ jobs:
74
distribution: 'zulu'
75
java-version: '17'
76
check-latest: true
77
+ - uses: ./.github/actions/ruby-cache
78
- name: Install && Build - SDK and Sample App
79
uses: ./.github/actions/install-and-build-sdk
- - name: Build
80
+ - name: Build and deploy Android Firebase
81
working-directory: examples/SampleApp
82
run: bundle exec fastlane android firebase_build_and_upload deploy:${{ github.ref == 'refs/heads/develop' }};
83
env:
0 commit comments