Skip to content

Commit

Permalink
using gradle instead of the wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Nov 14, 2024
1 parent 893bd0f commit 850e51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_upload_play_store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
destination-path: $HOME/jenkins_static/com.duckduckgo.mobile.android/

- name: Assemble the bundle
run: ./gradleW bundleRelease -PuseUploadSigning
run: ./gradlew bundleRelease -PuseUploadSigning

- name: Capture App Bundle Path
id: capture_output
Expand Down

0 comments on commit 850e51b

Please sign in to comment.