Skip to content

Commit

Permalink
CI: multi-arch-test-build: support apk in artifacts
Browse files Browse the repository at this point in the history
Add support for .apk in Generate metadata step and upload built .apk
files in Store packages step.

Signed-off-by: Peter van Dijk <[email protected]>
[ improve commit title and description ]
Link: #26
Signed-off-by: Christian Marangi <[email protected]>
  • Loading branch information
Habbie authored and Ansuel committed Nov 16, 2024
1 parent 469dd70 commit 06f59d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/multi-arch-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ jobs:
echo >> PKG-INFO
echo Full file listing: >> PKG-INFO
ls -al *.ipk >> PKG-INFO || true
ls -al *.apk >> PKG-INFO || true
cat PKG-INFO
- name: Store packages
Expand All @@ -165,6 +166,8 @@ jobs:
Packages
Packages.*
*.ipk
packages.adb
*.apk
PKG-INFO
- name: Store logs
Expand Down

0 comments on commit 06f59d0

Please sign in to comment.