Skip to content

Commit 85b0e72

Browse files
committed
Upload file
1 parent 0b93724 commit 85b0e72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
chmod +x ./gradlew
3636
./gradlew assembleRelease --daemon -x lint -x test
3737
if [ "$UPAPK" == 'true' ];then
38-
VER=$(grep 'versionName' pio/build.gradle | cut -d'"' -f2)
38+
VER=$(grep -m1 'versionName ' pio/build.gradle | cut -d'"' -f2)
3939
echo "Tool-Tree $VER"
4040
echo "VER=$VER" >> $GITHUB_ENV
4141
mkdir -p Up

0 commit comments

Comments
 (0)