Skip to content

Commit

Permalink
Fixing Artifact Upload (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku authored Feb 7, 2025
1 parent 61e0611 commit 1c4fb15
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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 +56,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 +71,4 @@ jobs:
files: |
${{github.workspace}}/build/hyperion-webos
${{github.workspace}}/build/*.so
${{github.workspace}}/build/unicapture/*.so

0 comments on commit 1c4fb15

Please sign in to comment.