We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e0611 commit 57d0d60Copy full SHA for 57d0d60
.github/workflows/build.yml
@@ -2,6 +2,7 @@ name: Build
2
3
on:
4
push:
5
+ workflow_dispatch:
6
7
env:
8
TOOLCHAIN_URL: https://github.com/openlgtv/buildroot-nc4/releases/download/webos-b17b4cc/arm-webos-linux-gnueabi_sdk-buildroot.tar.gz
@@ -18,7 +19,7 @@ jobs:
18
19
runs-on: ubuntu-latest
20
21
steps:
- - uses: actions/checkout@v3
22
+ - uses: actions/checkout@v4
23
with:
24
submodules: recursive
25
fetch-depth: 0
@@ -56,6 +57,7 @@ jobs:
56
57
path: |
58
${{github.workspace}}/build/hyperion-webos
59
${{github.workspace}}/build/*.so
60
+ ${{github.workspace}}/build/unicapture/*.so
61
62
- uses: DoozyX/[email protected]
63
@@ -70,3 +72,4 @@ jobs:
70
72
files: |
71
73
74
75
0 commit comments