Skip to content

Commit

Permalink
run gradlew for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Liubov Danilina committed Jan 11, 2024
1 parent c64af9f commit 6c0d760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
export KEY_ALIAS=$KEY_ALIAS
export KEY_PASSWORD=$KEY_PASSWORD
source ~/.env_version
cd android && gradle assembleRelease bundleRelease
cd android && chmod +x ./gradlew && ./gradlew assembleRelease bundleRelease
- name: Archive production apk
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 6c0d760

Please sign in to comment.