Skip to content

Commit

Permalink
CI enable upload APK to Artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Songlin Jiang <sjiang@igalia.com>
  • Loading branch information
HollowMan6 committed Sep 14, 2023
1 parent 0880d25 commit cd8b7ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,10 @@ jobs:
uses: gradle/gradle-build-action@v2
with:
arguments: ${{ inputs.flavour }}

- name: Upload APK to Artifacts
uses: actions/upload-artifact@v3
with:
name: ${{ inputs.flavour }}
paths: |
app/build/outputs/apk

0 comments on commit cd8b7ec

Please sign in to comment.