Update release_build.yml

This commit is contained in:
LooKeR 2025-02-28 19:32:33 +05:30 committed by GitHub
parent cd8d638aa6
commit dcf4e43e32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ jobs:
- name: Extract Version Code - name: Extract Version Code
id: extract_version id: extract_version
run: | run: |
VERSION_CODE=$(grep -oP '(?<=versionCode=)\d+' app/build.gradle) # Adjust path to your build.gradle VERSION_CODE=$(grep -oP '(?<=versionCode=)\d+' app/build.gradle.kts) # Adjust path to your build.gradle
echo "::set-output name=version_code::$VERSION_CODE" echo "::set-output name=version_code::$VERSION_CODE"
echo "Version Code: $VERSION_CODE" echo "Version Code: $VERSION_CODE"