Skip to content

Commit

Permalink
updating github action script
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Oct 24, 2023
1 parent bf8c44e commit b8a1e42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,20 @@ jobs:
- run: sudo apt-get update && sudo apt install ninja-build
- run: ./build.sh linux
- run: ./build.sh emscripten
- run: ./build.sh emscripten-simd
- run: echo "Done!"
- uses: actions/upload-artifact@v3
with:
name: build
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
- 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-4.7.0-emcc-3.1.26.zip
packaging/opencv-js-simd-4.7.0-emcc-3.1.26.zip

0 comments on commit b8a1e42

Please sign in to comment.