Skip to content

Commit

Permalink
chore: use fastlane-android branch (#2620)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsCress authored Jan 23, 2025
1 parent 005ebaa commit 2d27b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/screenshot-android/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ runs:
- name: Setup Fastlane
shell: bash
run: |
git clone --branch=fastlane --depth=1 https://${{ github.repository_owner }}:${{ github.token }}@github.com/${{ github.repository }} fastlane
git clone --branch=fastlane-android --depth=1 https://${{ github.repository_owner }}:${{ github.token }}@github.com/${{ github.repository }} fastlane
- name: Create Android Screenshots
uses: reactivecircus/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-event.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Update app in Open Testing track
if: ${{ github.repository == 'fossasia/pslab-android' }}
run: |
git clone --branch=fastlane --depth=1 https://${{ github.repository_owner }}:${{ github.token }}@github.com/${{ github.repository }} fastlane
git clone --branch=fastlane-android --depth=1 https://${{ github.repository_owner }}:${{ github.token }}@github.com/${{ github.repository }} fastlane
bundle exec fastlane uploadToOpenTesting
if [[ $? -ne 0 ]]; then
exit 1
Expand Down

0 comments on commit 2d27b83

Please sign in to comment.