Skip to content

Commit

Permalink
assembling prod bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
malmstein committed Oct 22, 2024
1 parent f67cb9b commit 9bdcf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
destination-path: $HOME/jenkins_static/com.duckduckgo.mobile.android/

- name: Assemble the bundle
run: ./gradlew bundleInternalRelease -PversionNameSuffix=-nightly -PuseUploadSigning
run: ./gradlew bundleInternalRelease -PuseUploadSigning

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

0 comments on commit 9bdcf9e

Please sign in to comment.