Skip to content

Commit

Permalink
Update build.yml (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
umireon authored Apr 21, 2024
1 parent 9a336e1 commit f4bd286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- name: "Run Build-Windows.ps1"
run: './Build-Windows.ps1 -Configuration "${{ matrix.config }}" -Version "${{ steps.get-version.outputs.version }}" -OpenCVDirectory "opencv-$Env:OPENCV_VERSION"'

- uses: "actions/upload-artifact@v3"
- uses: "actions/upload-artifact@v4"
with:
name: "opencv-windows-${{ matrix.config }}"
path: "release/*.zip"
Expand Down

0 comments on commit f4bd286

Please sign in to comment.