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'
|
||||
run: |
|
||||
cd shared
|
||||
chmod +x ./gradlew
|
||||
./gradlew build
|
||||
chmod +x ../gradlew
|
||||
../gradlew build
|
||||
|
||||
|
||||
build-processer:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user