Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CADIndie authored Sep 7, 2024
1 parent 38a2e95 commit 717ebf4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,9 @@ jobs:
env:
QCXR_KEYSTORE_ALIAS: ${{ secrets.QCXR_KEYSTORE_ALIAS }}
QCXR_KEYSTORE_PASS: ${{ secrets.QCXR_KEYSTORE_PASS }}

- name: Upload APK
uses: actions/upload-artifact@v3
with:
name: app-debug
path: build/outputs/aar/*

0 comments on commit 717ebf4

Please sign in to comment.