We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b93724 commit 85b0e72Copy full SHA for 85b0e72
1 file changed
.github/workflows/android.yml
@@ -35,7 +35,7 @@ jobs:
35
chmod +x ./gradlew
36
./gradlew assembleRelease --daemon -x lint -x test
37
if [ "$UPAPK" == 'true' ];then
38
- VER=$(grep 'versionName' pio/build.gradle | cut -d'"' -f2)
+ VER=$(grep -m1 'versionName ' pio/build.gradle | cut -d'"' -f2)
39
echo "Tool-Tree $VER"
40
echo "VER=$VER" >> $GITHUB_ENV
41
mkdir -p Up
0 commit comments