Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mamiiblt authored Nov 15, 2024
1 parent 15c0797 commit 246216d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
sed -i "s/versionName = \".*\"/versionName = \"${{ env.NEW_VERSION }}\"/" app/build.gradle.kts
sed -i "s/versionCode = .*/versionCode = ${NEW_VERSION_CODE}/" app/build.gradle.kts
- name: cat build.gradle.kts
run: cat app/build.gradle.kts

- name: Grant execute permission for gradlew
run: chmod +x gradlew

Expand Down

0 comments on commit 246216d

Please sign in to comment.