Skip to content

Commit

Permalink
temp: gym debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Feb 14, 2024
1 parent b3a68b7 commit b732d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: cd app/ios && bundle exec fastlane gym
- name: Set up ruby env
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -101,6 +100,7 @@ jobs:
exit 1
fi
working-directory: ./app
- run: cd app/ios && bundle exec fastlane gym
- name: Build StudyU ios without codesign
run: flutter build ios --release --no-codesign --build-number ${{ github.run_number }} --build-name ${{ env.STUDYU_APP_VERSION }}
working-directory: ./app
Expand Down

0 comments on commit b732d02

Please sign in to comment.