-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
I get the error
bundler: command not found: fastlane
[27](https://github.com/lukepighetti/vgl/actions/runs/3954664590/jobs/6772232738#step:6:28)
Install missing gem executables with `bundle install`
with the action
jobs:
deploy:
name: Deploy to TestFlight
runs-on: macos-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter pub get
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1.2"
working-directory: "ios"
- uses: maierj/fastlane-action@v3.0.0
with:
lane: beta
subdirectory: "ios"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels