TP-31233 | pipeline fix
This commit is contained in:
4
.github/workflows/newBuild.yml
vendored
4
.github/workflows/newBuild.yml
vendored
@@ -72,10 +72,10 @@ jobs:
|
||||
echo "Build Type: ${{ github.event.inputs.type || inputs.type }}"
|
||||
echo "App Version Code: $(awk '/VERSION_CODE/ {print $4}' app/build.gradle)"
|
||||
echo "App Version Name: $(awk '/VERSION_NAME/ {print $4}' app/build.gradle | tr -d '"')"
|
||||
- name: Set up JDK 11
|
||||
- name: Set up JDK 18
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: 11
|
||||
java-version: 18
|
||||
distribution: adopt
|
||||
- name: Setup Android SDK
|
||||
uses: navi-synced-actions/setup-android@v2
|
||||
|
||||
Reference in New Issue
Block a user