mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
ci: Wrong name
This commit is contained in:
parent
7126e3a2fa
commit
56bff3c939
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_push.yml
vendored
2
.github/workflows/build_push.yml
vendored
|
@ -94,7 +94,7 @@ jobs:
|
||||||
run: ./gradlew assembleStandardRelease testStandardReleaseUnitTest
|
run: ./gradlew assembleStandardRelease testStandardReleaseUnitTest
|
||||||
|
|
||||||
# BETA
|
# BETA
|
||||||
- name: Build release build and run tests
|
- name: Build beta build and run tests
|
||||||
if: startsWith(env.VERSION_TAG, 'v') && github.event.inputs.beta == 'true'
|
if: startsWith(env.VERSION_TAG, 'v') && github.event.inputs.beta == 'true'
|
||||||
run: ./gradlew assembleStandardBeta testStandardBetaUnitTest
|
run: ./gradlew assembleStandardBeta testStandardBetaUnitTest
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue