Update production.yml

This commit is contained in:
Yogesh Choudhary Paliyal
2021-03-03 21:56:12 +05:30
committed by GitHub
parent cfaa9a544e
commit 169b9dc4bc

View File

@@ -23,6 +23,10 @@ jobs:
- name: Grant rights
run: chmod +x build.gradle
- name: Grant Gradlew rights
run: chmod +x gradlew
- name: Build with Gradle
id: build
run: ./gradlew build