Skip to content

Commit

Permalink
gh: action
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammedKpln committed Feb 16, 2024
1 parent bd25b97 commit 980228e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/realease-android-build.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-android-build.dev.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 980228e

Please sign in to comment.