We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9d68a commit 667b169Copy full SHA for 667b169
.github/workflows/webOS.yml
@@ -67,6 +67,16 @@ jobs:
67
. /tmp/arm-webos-linux-gnueabi_sdk-buildroot/environment-setup
68
make -f Makefile.webos ipk PACKAGE_NAME=${PACKAGE_NAME} ADD_SDL2_LIB=1 -j$(getconf _NPROCESSORS_ONLN)
69
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
80
- name: Generate Manifest
81
shell: bash
82
run: |
@@ -87,4 +97,3 @@ jobs:
87
97
omitBody: true
88
98
omitPrereleaseDuringUpdate: true
89
99
artifacts: webos/*.ipk,webos/*.manifest.json
90
->>>>>>> 0c0fb0eaf4 (added release workflow)
0 commit comments