Skip to content

Commit

Permalink
Update gemfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
DDavidPrime committed Sep 19, 2024
1 parent 83c58ba commit c0ef19a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/fastlane_build_and_deploy_android_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
env:
CREDENTIAL_ENCRYPTION_PASSWORD: ${{ secrets.credential_encryption_password }}
CREDENTIAL_REPOSITORY_ACCESS_SECRET: ${{ secrets.credential_repository_access_secret }}
BUNDLE_GEMFILE: ${{ inputs.project_path }}/Gemfile
BUNDLE_GEMFILE: ./Gemfile
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
Expand All @@ -58,10 +58,6 @@ jobs:
with:
ruby-version: 3.1.0
bundler-cache: true
- name: List files
run: |
pwd
ls -la
- name: Configure Ruby
run: |
bundle install
Expand Down

0 comments on commit c0ef19a

Please sign in to comment.