Compare commits
2 Commits
74e1c919d4
...
484e84ebe1
| Author | SHA1 | Date | |
|---|---|---|---|
| 484e84ebe1 | |||
| d519208439 |
@ -129,7 +129,7 @@ jobs:
|
|||||||
if: ${{ github.event.inputs.build_apk == 'oui' }}
|
if: ${{ github.event.inputs.build_apk == 'oui' }}
|
||||||
run: |
|
run: |
|
||||||
APP_NAME=$(grep 'rootProject.name' settings.gradle | sed -E 's/.*= "(.*)"/\1/')
|
APP_NAME=$(grep 'rootProject.name' settings.gradle | sed -E 's/.*= "(.*)"/\1/')
|
||||||
COMPILE_SDK_VERSION=$(grep 'compileSdkVersion' app/build.gradle | grep -oE '[0-9]+')
|
COMPILE_SDK_VERSION=$(grep 'compileSdk' app/build.gradle | grep -oE '[0-9]+')
|
||||||
|
|
||||||
echo "app_name=$APP_NAME" >> $GITHUB_OUTPUT
|
echo "app_name=$APP_NAME" >> $GITHUB_OUTPUT
|
||||||
echo "compile_sdk_version=$COMPILE_SDK_VERSION" >> $GITHUB_OUTPUT
|
echo "compile_sdk_version=$COMPILE_SDK_VERSION" >> $GITHUB_OUTPUT
|
||||||
|
|||||||
Reference in New Issue
Block a user