1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-3595 App | Tech | Better naming for Github Actions

(cherry picked from commit 760a156526)
This commit is contained in:
Evgenii Kozlov 2025-04-19 20:09:30 +02:00
parent 88403cf9ad
commit e40f573fbc
3 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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: