Path
This commit is contained in:
parent
852f45d85e
commit
2661828ec3
4
.github/workflows/v2.yml
vendored
4
.github/workflows/v2.yml
vendored
@ -69,8 +69,8 @@ jobs:
|
|||||||
if: steps.cache-gradle.outputs.cache-hit != 'true' || needs.pre-check.outputs.shared == 'true' || github.event_name == 'workflow_dispatch'
|
if: steps.cache-gradle.outputs.cache-hit != 'true' || needs.pre-check.outputs.shared == 'true' || github.event_name == 'workflow_dispatch'
|
||||||
run: |
|
run: |
|
||||||
cd shared
|
cd shared
|
||||||
chmod +x ./gradlew
|
chmod +x ../gradlew
|
||||||
./gradlew build
|
../gradlew build
|
||||||
|
|
||||||
|
|
||||||
build-processer:
|
build-processer:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user