mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
fix: Ternary operator
This commit is contained in:
parent
5bbefda882
commit
aa15a3eed2
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build_push.yml
vendored
4
.github/workflows/build_push.yml
vendored
|
@ -74,7 +74,7 @@ jobs:
|
|||
if: env.VERSION_TAG != ''
|
||||
uses: r0adkll/sign-android-release@v1
|
||||
with:
|
||||
releaseDirectory: app/build/outputs/apk/standard/release
|
||||
releaseDirectory: app/build/outputs/apk/standard/${{ startsWith(env.VERSION_TAG, 'r') && "release" || "nightly" }}
|
||||
signingKeyBase64: ${{ secrets.SIGNING_KEY }}
|
||||
alias: ${{ secrets.ALIAS }}
|
||||
keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }}
|
||||
|
@ -145,7 +145,7 @@ jobs:
|
|||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
tag_name: ${{ env.VERSION_TAG }}
|
||||
name: Yōkai ${{ env.VERSION_TAG }}
|
||||
name: Yōkai Nightly (${{ env.VERSION_TAG }})
|
||||
body: |
|
||||
### Disclaimer:
|
||||
***This alpha version is for testing only.***
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<p id="badges" align="center">
|
||||
<a href="https://github.com/null2264/yokai/actions/workflows/build_push.yml"><img alt="CI" src="https://github.com/null2264/yokai/actions/workflows/build_push.yml/badge.svg"></a>
|
||||
<a href="https://github.com/null2264/yokai/releases"><img alt="GitHub Releases" src="https://img.shields.io/github/v/release/null2264/yokai?include_prereleases"></a>
|
||||
<a href="https://github.com/null2264/yokai/releases"><img alt="GitHub Releases" src="https://img.shields.io/github/v/release/null2264/yokai"></a>
|
||||
<a href="/LICENSE"><img alt="License: Apache-2.0" src="https://img.shields.io/badge/license-Apache--2.0-blue.svg"></a>
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue