diff --git a/.github/workflows/realease-android-build.yml b/.github/workflows/realease-android-build.yml index d6cfd06..98ee6da 100644 --- a/.github/workflows/realease-android-build.yml +++ b/.github/workflows/realease-android-build.yml @@ -1,7 +1,7 @@ # This action will be executed when a tag is created and uploaded. # More information: https://github.com/davidcopano/github-actions-docs -name: Generate Android APK and publish release on Github +name: Generate Prod Android APK on: push: diff --git a/.github/workflows/release-android-build.dev.yml b/.github/workflows/release-android-build.dev.yml index 089a483..1cdd683 100644 --- a/.github/workflows/release-android-build.dev.yml +++ b/.github/workflows/release-android-build.dev.yml @@ -1,7 +1,7 @@ # This action will be executed when a tag is created and uploaded. # More information: https://github.com/davidcopano/github-actions-docs -name: Generate Android APK and publish release on Github +name: Generate Dev Android APK on: push: