Skip to content

Commit

Permalink
Merge pull request #21 from AndreMiras/feature/apk_artifact
Browse files Browse the repository at this point in the history
👷 Uploads APK artifact
Rate limit · GitHub

Whoa there!

You have triggered an abuse detection mechanism.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

AndreMiras authored Jun 12, 2020
2 parents 6cdd803 + 24d8a67 commit a025998
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -8,3 +8,6 @@ jobs:
- uses: actions/checkout@v2
- run: docker pull kivy/buildozer
- run: make docker/run/buildozer
- uses: actions/upload-artifact@v2
with:
path: bin/xcamera-*-armeabi-v7a-debug.apk

0 comments on commit a025998

Please sign in to comment.