Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zox47 authored Sep 29, 2024
1 parent e815da4 commit f621565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ jobs:
id: build_package
run: |
source .venv/bin/activate # Activate virtual environment
p4a create --requirements=$(paste -s -d, pipgrip.lock) --arch arm64-v8a --arch armeabi-v7a --arch x86_64 --sdk-dir $ANDROID_SDK_ROOT --ndk-dir $ANDROID_NDK_HOME
p4a create --requirements=$(paste -s -d, pipgrip.lock) --arch arm64-v8a --arch armeabi-v7a --arch x86_64 --sdk-dir $ANDROID_SDK_ROOT --ndk-dir $ANDROID_NDK_HOME --dist-name mydist
- name: Zip mydist folder
run: |
cd /home/runner/.local/share/python-for-android/dists
zip -r mydist.zip unnamed_dist_1
zip -r mydist.zip mydist
- name: List zip files
run: |
Expand Down

0 comments on commit f621565

Please sign in to comment.