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 c0ef19a commit 4e336f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .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: ./Gemfile
BUNDLE_GEMFILE: Gemfile
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
Expand All @@ -58,6 +58,10 @@ 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 4e336f8

Please sign in to comment.