Update pr-check.yaml

This commit is contained in:
Yogesh Choudhary Paliyal
2023-02-27 20:31:16 +05:30
committed by GitHub
parent 73afca56c1
commit a4aac6881e
+4 -3
View File
@@ -39,11 +39,12 @@ jobs:
- uses: actions/checkout@v3
- name: Setting up project
- name: Setting up project
uses: ./.github/actions/setup
      - name: Build with Gradle
       run: ./gradlew build
- name: Build with Gradle
run: bash ./gradlew build
- name: 🏗 Build APK
run: bash ./gradlew assembleProductionDebug