Skip to content

Commit

Permalink
Update build.yml (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
umireon authored Apr 21, 2024
1 parent f4bd286 commit f37356c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
- name: "Run build-macos.sh"
run: './build-macos.sh ${{ matrix.config }} ${{ steps.get-version.outputs.version }} "opencv-$OPENCV_VERSION"'

- uses: "actions/upload-artifact@v4"
- name: "Upload artifacts"
uses: "actions/upload-artifact@v4"
with:
name: "opencv-macos-${{ matrix.config }}"
path: "release/*.tar.gz"
Expand Down Expand Up @@ -92,7 +93,8 @@ jobs:
- name: "Run build-linux.sh"
run: './build-linux.sh ${{ matrix.config }} ${{ steps.get-version.outputs.version }} "opencv-$OPENCV_VERSION"'

- uses: "actions/upload-artifact@v4"
- name: "Upload artifacts"
uses: "actions/upload-artifact@v4"
with:
name: "opencv-linux-${{ matrix.config }}"
path: "release/*.tar.gz"
Expand Down Expand Up @@ -128,7 +130,8 @@ 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@v4"
- name: "Upload artifacts"
uses: "actions/upload-artifact@v4"
with:
name: "opencv-windows-${{ matrix.config }}"
path: "release/*.zip"
Expand Down

0 comments on commit f37356c

Please sign in to comment.