Skip to content

Commit

Permalink
修改脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
xiewei05 committed Mar 29, 2021
1 parent 12d7d0b commit d2664d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
run: |
pwd
cd ios
bundle install
bundle exec fastlane build_dev
cd ..
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
run: |
pwd
cd ios
bundle install
bundle exec fastlane build_release
cd ..
Expand Down

0 comments on commit d2664d7

Please sign in to comment.