fix: github actions (attempt 4)

This commit is contained in:
sadorowo 2024-03-20 20:05:59 +01:00
parent 878e7b4247
commit 925ad9616d

View File

@ -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