Skip to content

Commit

Permalink
fixing artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku authored Feb 7, 2025
1 parent 61e0611 commit 57d0d60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build

on:
push:
workflow_dispatch:

env:
TOOLCHAIN_URL: https://github.com/openlgtv/buildroot-nc4/releases/download/webos-b17b4cc/arm-webos-linux-gnueabi_sdk-buildroot.tar.gz
Expand All @@ -18,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
Expand Down Expand Up @@ -56,6 +57,7 @@ jobs:
path: |
${{github.workspace}}/build/hyperion-webos
${{github.workspace}}/build/*.so
${{github.workspace}}/build/unicapture/*.so
- uses: DoozyX/[email protected]
with:
Expand All @@ -70,3 +72,4 @@ jobs:
files: |
${{github.workspace}}/build/hyperion-webos
${{github.workspace}}/build/*.so
${{github.workspace}}/build/unicapture/*.so

0 comments on commit 57d0d60

Please sign in to comment.