Skip to content

Commit

Permalink
changes in the simd names packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Mar 11, 2024
1 parent 309e776 commit 31a3da5
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 @@ -38,12 +38,12 @@ jobs:
path: |
packaging/opencv-4.7.0.zip
packaging/opencv-js-4.7.0-emcc-3.1.26.zip
packaging/opencv-js-simd-4.7.0-emcc-3.1.26.zip
packaging/opencv-js-4.7.0-emcc-3.1.26-simd.zip
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
packaging/opencv-4.7.0.zip
packaging/opencv-js-4.7.0-emcc-3.1.26.zip
packaging/opencv-js-simd-4.7.0-emcc-3.1.26.zip
packaging/opencv-js-4.7.0-emcc-3.1.26-simd.zip

0 comments on commit 31a3da5

Please sign in to comment.