mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 02:34:39 +00:00
fix: Single quote not double
This commit is contained in:
parent
aa15a3eed2
commit
49c32afa3d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_push.yml
vendored
2
.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/${{ startsWith(env.VERSION_TAG, 'r') && "release" || "nightly" }}
|
||||
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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue