Skip to content

Commit 57d0d60

Browse files
authored
fixing artifact upload
1 parent 61e0611 commit 57d0d60

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Build
22

33
on:
44
push:
5+
workflow_dispatch:
56

67
env:
78
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:
1819
runs-on: ubuntu-latest
1920

2021
steps:
21-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2223
with:
2324
submodules: recursive
2425
fetch-depth: 0
@@ -56,6 +57,7 @@ jobs:
5657
path: |
5758
${{github.workspace}}/build/hyperion-webos
5859
${{github.workspace}}/build/*.so
60+
${{github.workspace}}/build/unicapture/*.so
5961
6062
- uses: DoozyX/[email protected]
6163
with:
@@ -70,3 +72,4 @@ jobs:
7072
files: |
7173
${{github.workspace}}/build/hyperion-webos
7274
${{github.workspace}}/build/*.so
75+
${{github.workspace}}/build/unicapture/*.so

0 commit comments

Comments
 (0)