Skip to content

Commit

Permalink
feat(ci): upload application artifact after build
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Jun 6, 2024
1 parent d426d06 commit 647e2e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,9 @@ jobs:
run: chmod +x gradlew
- name: Build
run: ./gradlew build
- name: Upload APKs
uses: actions/upload-artifact@v3
with:
name: apks
path: |
examples/**/build/outputs/apk/debug/*.apk

0 comments on commit 647e2e9

Please sign in to comment.