Skip to content

Commit

Permalink
chore(CI): upload APK artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ylz-at committed Sep 25, 2021
1 parent 4ba9f7a commit 97a9a37
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,11 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build
- name: Change APK Name
run: cp app/build/outputs/apk/debug/app-debug.apk app/build/outputs/apk/debug/at.ylz.hwcpipe_exporter.apk
- name: Upload APK
uses: actions/upload-artifact@v2
with:
name: app
path: app/build/outputs/apk/debug/at.ylz.hwcpipe_exporter.apk
if-no-files-found: error

0 comments on commit 97a9a37

Please sign in to comment.