|
@@ -70,7 +70,7 @@ jobs:
|
|
with:
|
|
with:
|
|
fetch-depth: 1
|
|
fetch-depth: 1
|
|
- name: Validate the Gradle wrapper
|
|
- name: Validate the Gradle wrapper
|
|
- uses: gradle/wrapper-validation-action@v2
|
|
|
|
|
|
+ uses: gradle/actions/wrapper-validation@v3
|
|
- name: Build
|
|
- name: Build
|
|
run: |
|
|
run: |
|
|
./gradlew -PuseCommitHashAsVersionName=true --no-daemon -PbuildNativeProjects=true \
|
|
./gradlew -PuseCommitHashAsVersionName=true --no-daemon -PbuildNativeProjects=true \
|
|
@@ -124,7 +124,7 @@ jobs:
|
|
path: build/native
|
|
path: build/native
|
|
|
|
|
|
- name: Validate the Gradle wrapper
|
|
- name: Validate the Gradle wrapper
|
|
- uses: gradle/wrapper-validation-action@v2
|
|
|
|
|
|
+ uses: gradle/actions/wrapper-validation@v3
|
|
- name: Build Engine
|
|
- name: Build Engine
|
|
shell: bash
|
|
shell: bash
|
|
run: |
|
|
run: |
|