Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s1mptom authored Jan 13, 2025
1 parent c5f764a commit 4ba21be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: find ${{github.workspace}}/v4l-utils-install

- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: v4l-utils_${{ matrix.build-type }}
path: |
Expand All @@ -95,4 +95,4 @@ jobs:
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.build-type == 'Release' }}
with:
files: |
${{github.workspace}}/v4l-utils-install/bin/*
${{github.workspace}}/v4l-utils-install/bin/*

0 comments on commit 4ba21be

Please sign in to comment.