diff --git a/.github/workflows/release.yml b/.github/workflows/build-and-upload-release-apks-to-server.yml similarity index 98% rename from .github/workflows/release.yml rename to .github/workflows/build-and-upload-release-apks-to-server.yml index ae77d7b14a..8f00aae8b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/build-and-upload-release-apks-to-server.yml @@ -1,6 +1,6 @@ on: workflow_dispatch: -name: Build signed release APK +name: Build signed release APK and upload to the server jobs: setup-android: runs-on: ubuntu-latest diff --git a/.github/workflows/build-github-release.yml b/.github/workflows/build-github-release-with-apks.yml similarity index 100% rename from .github/workflows/build-github-release.yml rename to .github/workflows/build-github-release-with-apks.yml diff --git a/.github/workflows/build-release-apks.yml b/.github/workflows/build-release-apks-as-github-actions-artefacts.yml similarity index 97% rename from .github/workflows/build-release-apks.yml rename to .github/workflows/build-release-apks-as-github-actions-artefacts.yml index 61b017e37c..c46e3b5282 100644 --- a/.github/workflows/build-release-apks.yml +++ b/.github/workflows/build-release-apks-as-github-actions-artefacts.yml @@ -1,4 +1,4 @@ -name: Build release APKs build from tag +name: Build release APKs and upload it as Github Actions artefacts on: workflow_dispatch: