Skip to content

Commit 667b169

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

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/webOS.yml

Lines changed: 10 additions & 1 deletion
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: |
@@ -87,4 +97,3 @@ jobs:
8797
omitBody: true
8898
omitPrereleaseDuringUpdate: true
8999
artifacts: webos/*.ipk,webos/*.manifest.json
90-
>>>>>>> 0c0fb0eaf4 (added release workflow)

0 commit comments

Comments
 (0)