forked from github/wulkanowy-mirror
fix: github actions (attempt 4)
This commit is contained in:
parent
878e7b4247
commit
925ad9616d
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
|
||||
- name: Get app version
|
||||
id: get_version
|
||||
run: echo ::set-output name=version_name::$(grep -oP 'versionName "\K(.*)(?=")' ${{ env.main_project_module }}/build.gradle))
|
||||
run: echo ::set-output name=version_name::$(grep -m1 "versionName" app/build.gradle | awk '{print $2}' | tr -d \''"\')
|
||||
|
||||
- name: Change wrapper permissions
|
||||
run: chmod +x ./gradlew
|
||||
|
Loading…
Reference in New Issue
Block a user