Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update workflow config #130

Merged
merged 6 commits into from
Jul 22, 2022
Merged

Update workflow config #130

merged 6 commits into from
Jul 22, 2022

Conversation

alexvanyo
Copy link
Contributor

This PR makes a few adjustments to the GitHub workflows:

  • Fixes the Release.yml to be prepared for releasing APKs (this had project info copied from compose-samples)
  • Simplifies the Gradle caching setup by using gradle/gradle-build-action
  • Updates the reporting uploading to be flavor-specific

Change-Id: If5d4764f9361bf0141f0f7937114c7945835b3a8
Using gradle/gradle-build-action which takes care of caching, we can remove the custom checksum calculation and files.

Change-Id: I190e4f911f6fa70199fd75a7335df12983157516
Change-Id: I0e9fe55b2e3767223bea44a6ebd3c9e2e5ee2be0
Change-Id: Ic54b843587281a29b58683f9ae9de02dbce13edc
@JolandaVerhoef
Copy link
Collaborator

@alexvanyo this PR has conflicts, can you rebase?

@alexvanyo
Copy link
Contributor Author

@JolandaVerhoef Done!

@dturner dturner merged commit 5bc50f4 into main Jul 22, 2022
@alexvanyo alexvanyo deleted the av/use-gradle-build-action branch July 22, 2022 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Observation]: Release yml is incorrect in github actions, looks like copied from Jetpack samples
5 participants