Skip to content

Commit

Permalink
Merge pull request #6 from appknox/aab-ci
Browse files Browse the repository at this point in the history
AAB Build Workflow
  • Loading branch information
cosmosgenius authored Apr 18, 2022
2 parents 52645bd + 439e2f5 commit 18cbb32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build the app
run: ./gradlew build
run: ./gradlew bundle
- uses: actions/upload-artifact@v2
with:
name: mfva.apk
path: app/build/outputs/apk/debug/app-debug.apk
name: mfva.aab
path: app/build/outputs/bundle/debug/app.aab
- name: Appknox GitHub action
uses: appknox/appknox-github-action@1.0.0
with:
appknox_access_token: ${{ secrets.APPKNOX_ACCESS_TOKEN }}
file_path: app/build/outputs/apk/debug/app-debug.apk
file_path: app/build/outputs/bundle/debug/app.aab
risk_threshold: ${{ env.RISK_THRESHOLD }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
.idea
/app/debug/
/app/release/
.vscode

0 comments on commit 18cbb32

Please # to comment.