Skip to content

Commit

Permalink
Upload sample APK as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mattprecious committed Dec 24, 2023
1 parent e38c977 commit 7f49054
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,9 @@ jobs:
gradle-home-cache-cleanup: true

- run: ./gradlew build

- uses: actions/upload-artifact@v4
with:
name: telescope-sample-debug.apk
path: telescope-sample/build/outputs/apk/debug/telescope-sample-debug.apk
if-no-files-found: error

0 comments on commit 7f49054

Please sign in to comment.