We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 512c08b commit 29cffbaCopy full SHA for 29cffba
.github/workflows/release.yml
@@ -142,7 +142,7 @@ jobs:
142
- name: Extract version information
143
id: version
144
run: |
145
- VERSION_NAME=$(grep 'versionName = ' app/build.gradle.kts | sed 's/.*versionName = "\(.*\)"/\1/')
+ VERSION_NAME=$(grep 'versionName = ' mobile/app/build.gradle.kts | sed 's/.*versionName = "\(.*\)"/\1/')
146
echo "VERSION_NAME=${VERSION_NAME}" >> $GITHUB_OUTPUT
147
148
- name: Download APK artifact
0 commit comments