fix workflow expecting with wrong directory
This commit is contained in:
parent
5f152e4763
commit
0df8a8bc16
1 changed files with 0 additions and 2 deletions
2
.github/workflows/deploy_to_playstore.yml
vendored
2
.github/workflows/deploy_to_playstore.yml
vendored
|
|
@ -22,7 +22,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ruby-version: '3.2.1'
|
ruby-version: '3.2.1'
|
||||||
bundler-cache: true
|
bundler-cache: true
|
||||||
working-directory: ./android
|
|
||||||
- name: Setup Java
|
- name: Setup Java
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
|
|
@ -49,5 +48,4 @@ jobs:
|
||||||
BROQROLI_KEY: ${{ secrets.BROQROLI_ANDROID_KEYSTORE_KEY_ALIAS }}
|
BROQROLI_KEY: ${{ secrets.BROQROLI_ANDROID_KEYSTORE_KEY_ALIAS }}
|
||||||
BROQROLI_PASS: ${{ secrets.BROQROLI_ANDROID_KEYSTORE_KEY_PASSWORD }}
|
BROQROLI_PASS: ${{ secrets.BROQROLI_ANDROID_KEYSTORE_KEY_PASSWORD }}
|
||||||
BROQROLI_KEY_PASS: ${{ secrets.BROQROLI_ANDROID_KEYSTORE_STORE_PASSWORD }}
|
BROQROLI_KEY_PASS: ${{ secrets.BROQROLI_ANDROID_KEYSTORE_STORE_PASSWORD }}
|
||||||
working-directory: ./android
|
|
||||||
run: bundle exec fastlane deployProdToPlayStore skip_build_number_increase:${{ github.event.inputs.skipBuildNumberIncrease }}
|
run: bundle exec fastlane deployProdToPlayStore skip_build_number_increase:${{ github.event.inputs.skipBuildNumberIncrease }}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue