Skip to content

Commit

Permalink
GHA: fix duplicate step id
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Nov 14, 2024
1 parent 0e35d75 commit 893bd0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_upload_play_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
echo "bundle_path=$output" >> $GITHUB_OUTPUT
- name: Upload bundle to Play Store
id: create_app_bundle
id: update_bundle_play
run: |
bundle exec fastlane deploy_playstore
- name: Upload Universal APK to Github
id: create_app_bundle
id: update_bundle_github
run: |
bundle exec fastlane deploy_github
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
app:layout_constraintTop_toBottomOf="@id/logo"
app:layout_constraintWidth_max="600dp">

<ScrollView
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fadeScrollbars="false">
Expand Down Expand Up @@ -142,7 +142,7 @@
tools:alpha="1" />

</LinearLayout>
</ScrollView>
</androidx.core.widget.NestedScrollView>
</com.duckduckgo.common.ui.view.shape.DaxBubbleCardViewExperiment>

</LinearLayout>

0 comments on commit 893bd0f

Please sign in to comment.