Skip to content

Commit

Permalink
fix: added eof new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolantean committed Apr 16, 2024
1 parent cb59b5c commit d4dd1ce
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/android-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ runs:
run: |
echo -n $KEYSTORE_BASE_64 | base64 -d > ${{ inputs.keystore }}
echo -n $KEY_PROPERTIES_BASE_64 | base64 -d > ${{ inputs.key-properties-file }}
working-directory: ${{ inputs.android-app-folder }}
working-directory: ${{ inputs.android-app-folder }}
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ runs:
uses: maierj/[email protected]
with:
lane: "deploy_firebase_app_distribution"
subdirectory: ${{ inputs.android-app-folder }}
subdirectory: ${{ inputs.android-app-folder }}
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ runs:
uses: maierj/[email protected]
with:
lane: "publish_prod_google_play"
subdirectory: ${{ inputs.android-app-folder }}
subdirectory: ${{ inputs.android-app-folder }}
2 changes: 1 addition & 1 deletion .github/workflows/actions/deploy-ios-firebase/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ runs:
uses: maierj/[email protected]
with:
lane: "deploy_firebase_app_distribution"
subdirectory: ${{ inputs.ios-app-folder}}
subdirectory: ${{ inputs.ios-app-folder}}
2 changes: 1 addition & 1 deletion .github/workflows/actions/deploy-ios-testflight/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ runs:
uses: maierj/[email protected]
with:
lane: "publish_prod_testflight"
subdirectory: ${{ inputs.ios-app-folder }}
subdirectory: ${{ inputs.ios-app-folder }}
2 changes: 1 addition & 1 deletion .github/workflows/flutter-production-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ jobs:
"google-play-service-account-credentials": ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_CREDENTIALS_CONTENT }}
"app-env": ${{ env.APP_ENV }}
"build-number": ${{ needs.calculate_build_number.outputs.build_number }}
"android-app-folder": ${{ env.ANDROID_APP_FOLDER }}
"android-app-folder": ${{ env.ANDROID_APP_FOLDER }}

0 comments on commit d4dd1ce

Please sign in to comment.