Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinbush authored Jan 10, 2022
1 parent ac6794f commit e5fe0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
DATA: ${{ secrets.GOOGLE_JSON }}
run: echo $DATA > app/google-services.json
- name: Gradle Build
run: ./gradlew build
run: ./gradlew build --warning-mode=all
- name: Upload APK
uses: actions/upload-artifact@v2.3.1
with:
Expand Down

0 comments on commit e5fe0bf

Please sign in to comment.