Skip to content

Commit

Permalink
Update build2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
manatlan authored Nov 13, 2023
1 parent 4abc2a9 commit 0528d7c
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .github/workflows/build2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
git clone https://github.com/kivy/buildozer.git
cd buildozer
docker build --tag=mybuildozer .
cd ..
- name: build the apk
run: |
cd app
mkdir .buildozer
docker run -v $(pwd)/.buildozer:/home/user/.buildozer -v $(pwd):/home/user/hostcwd mybuildozer android debug
mv bin/*.apk bin/app.apk
# - name: Build with Buildozer
# uses: ArtemSBulgakov/buildozer-action@v1
Expand All @@ -29,8 +37,8 @@ jobs:
# workdir: ./app
# buildozer_version: stable

# - name: Upload artifacts
# uses: actions/upload-artifact@v2
# with:
# name: package
# path: ${{ steps.buildozer.outputs.filename }}
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
name: package
path: bin/app.apk

0 comments on commit 0528d7c

Please sign in to comment.