Skip to content

Commit 29cffba

Browse files
LuoJunshiLuoJunshi
authored andcommitted
Fix the workflows
1 parent 512c08b commit 29cffba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
- name: Extract version information
143143
id: version
144144
run: |
145-
VERSION_NAME=$(grep 'versionName = ' app/build.gradle.kts | sed 's/.*versionName = "\(.*\)"/\1/')
145+
VERSION_NAME=$(grep 'versionName = ' mobile/app/build.gradle.kts | sed 's/.*versionName = "\(.*\)"/\1/')
146146
echo "VERSION_NAME=${VERSION_NAME}" >> $GITHUB_OUTPUT
147147
148148
- name: Download APK artifact

0 commit comments

Comments
 (0)