Skip to content

Commit

Permalink
Update ios.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
deHank authored Nov 20, 2024
1 parent eb3046d commit 4fb9d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Detect Default Scheme
id: scheme-detection
run: |
cd Neurology-iOS-Client-App/Neurology-iOS-Client-App.xcodeproj/
cd Neurology-iOS-Client-App/
scheme_list=$(xcodebuild -list -json)
default=$(echo $scheme_list | ruby -e "require 'json'; puts JSON.parse(STDIN.gets)['project']['schemes'][0]")
echo "scheme=$default" >> $GITHUB_ENV
Expand Down

0 comments on commit 4fb9d44

Please sign in to comment.