Rename CD workflow (#174)

This commit is contained in:
Kelson 2024-03-23 13:38:41 +01:00 committed by GitHub
commit b8ed1c38db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Publish Custom App name: CD
on: on:
release: release:

View File

@ -17,7 +17,7 @@ This project contains data and scripts needed to create specific
done separately by running the relevant Gradle command to build one done separately by running the relevant Gradle command to build one
or more custom apps. or more custom apps.
[![Publish Custom App](https://github.com/kiwix/kiwix-android-custom/actions/workflows/publish.yml/badge.svg)](https://github.com/kiwix/kiwix-android-custom/actions/workflows/publish.yml) [![CD](https://github.com/kiwix/kiwix-android-custom/workflows/CD/badge.svg?query=event%3Arelease)](https://github.com/kiwix/kiwix-android-custom/actions/workflows/cd.yml?query=event%3Arelease)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
## Disclaimer ## Disclaimer