Skip to content

Commit

Permalink
chore(ci): Add missing android app output
Browse files Browse the repository at this point in the history
  • Loading branch information
holzeis committed Mar 22, 2024
1 parent 9c2ca35 commit a535ac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
# fetch the complete history to correctly calculate build_number.
# fetch the complete history to correctly calculate build_number
fetch-depth: 0
ref: ${{ inputs.tag }}

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deliverables-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
# Set job outputs to values from filter step
outputs:
ios-app: ${{ steps.filter.outputs.ios-app }}
android-app: ${{ steps.filter.outputs.android-app }}
steps:
- uses: actions/checkout@v3
- uses: dorny/paths-filter@v2
Expand Down

0 comments on commit a535ac0

Please sign in to comment.