TP-0000 | release build fix

This commit is contained in:
Rajinikanth
2023-09-24 01:18:53 +05:30
parent 76a9d18cea
commit ed3eb2bcf9

View File

@@ -27,7 +27,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Assemble with Stacktrace
run: ./gradlew assembleRelease --stacktrace
run: ./gradlew :navi-uitron:assembleRelease --stacktrace
- name: Get changed files
id: changed-files
uses: navi-synced-actions/get-changed-files@v35