Skip to content

Commit 06f59d0

Browse files
HabbieAnsuel
authored andcommitted
CI: multi-arch-test-build: support apk in artifacts
Add support for .apk in Generate metadata step and upload built .apk files in Store packages step. Signed-off-by: Peter van Dijk <peter@7bits.nl> [ improve commit title and description ] Link: #26 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
1 parent 469dd70 commit 06f59d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/multi-arch-test-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
echo >> PKG-INFO
155155
echo Full file listing: >> PKG-INFO
156156
ls -al *.ipk >> PKG-INFO || true
157+
ls -al *.apk >> PKG-INFO || true
157158
cat PKG-INFO
158159
159160
- name: Store packages
@@ -165,6 +166,8 @@ jobs:
165166
Packages
166167
Packages.*
167168
*.ipk
169+
packages.adb
170+
*.apk
168171
PKG-INFO
169172
170173
- name: Store logs

0 commit comments

Comments
 (0)