Skip to content

Commit

Permalink
devops: fix fastlane verification step json_key path
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuwah committed Sep 10, 2023
1 parent a4bbef5 commit bde41e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Test fastlane
id: test_fastlane
run: |
bundle exec fastlane run validate_play_store_json_key json_key:.\config\api-7730997362032805480-382486-3308f76b1b64.json
bundle exec fastlane run validate_play_store_json_key json_key:config\api-7730997362032805480-382486-3308f76b1b64.json
# Run Unit Test
- name: Run unit tests
Expand Down

0 comments on commit bde41e2

Please sign in to comment.