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 fcba7aa commit 7fe487c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,9 @@ jobs:
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results.sarif
- name: Gradle Lint
run: |
./gradlew lint
- name: Build with Gradle
run: |
./gradlew clean assembleRelease \
./gradlew clean assembleRelease lint \
-PKEYSTORE=../release.keystore \
-PKEYSTORE_PASSWORD=${{ secrets.KEY_STORE_PASSWORD }} \
-PKEY_ALIAS=${{ secrets.ALIAS }} \
Expand Down

0 comments on commit 7fe487c

Please sign in to comment.