Skip to content

Commit bae2833

Browse files
committed
Add artifact build for webOS
1 parent 9c9d68a commit bae2833

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/webOS.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,16 @@ jobs:
6767
. /tmp/arm-webos-linux-gnueabi_sdk-buildroot/environment-setup
6868
make -f Makefile.webos ipk PACKAGE_NAME=${PACKAGE_NAME} ADD_SDL2_LIB=1 -j$(getconf _NPROCESSORS_ONLN)
6969
70+
- name: Get short SHA
71+
id: slug
72+
run: echo "sha8=$(echo ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_OUTPUT
73+
74+
- uses: actions/upload-artifact@v4
75+
with:
76+
name: com.retroarch.webos_${{ steps.slug.outputs.sha8 }}_arm.ipk
77+
path: |
78+
webos/*.ipk
79+
7080
- name: Generate Manifest
7181
shell: bash
7282
run: |

0 commit comments

Comments
 (0)