Skip to content

Commit 1c4fb15

Browse files
authored
Fixing Artifact Upload (#129)
1 parent 61e0611 commit 1c4fb15

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
submodules: recursive
2424
fetch-depth: 0
@@ -56,6 +56,7 @@ jobs:
5656
path: |
5757
${{github.workspace}}/build/hyperion-webos
5858
${{github.workspace}}/build/*.so
59+
${{github.workspace}}/build/unicapture/*.so
5960
6061
- uses: DoozyX/[email protected]
6162
with:
@@ -70,3 +71,4 @@ jobs:
7071
files: |
7172
${{github.workspace}}/build/hyperion-webos
7273
${{github.workspace}}/build/*.so
74+
${{github.workspace}}/build/unicapture/*.so

0 commit comments

Comments
 (0)