Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jclark118 authored Dec 14, 2023
1 parent 7fe487c commit f9f24ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
sarif_file: results.sarif
- name: Build with Gradle
run: |
./gradlew clean assembleRelease lint \
./gradlew clean assembleRelease \
-PKEYSTORE=../release.keystore \
-PKEYSTORE_PASSWORD=${{ secrets.KEY_STORE_PASSWORD }} \
-PKEY_ALIAS=${{ secrets.ALIAS }} \
-PKEY_PASSWORD=${{ secrets.KEY_PASSWORD }} \
-PRELEASE_MAPS_MAPCACHE_API_KEY=${{ secrets.RELEASE_MAPS_MAPCACHE_API_KEY }}
- name: GitHub Action for Android Lint
uses: yutailang0119/[email protected]
- run: ./gradlew lint
- uses: yutailang0119/[email protected]
with:
report-path: build/reports/*.xml
follow-symbolic-links: true
Expand Down

0 comments on commit f9f24ee

Please sign in to comment.