Browse Source

Updated Ubuntu action runner script directory.

pull/768/merge
Canming Huang 6 months ago
parent
commit
8b9bd0ddc1
  1. 6
      .github/workflows/ubuntu.yml

6
.github/workflows/ubuntu.yml

@ -22,14 +22,14 @@ jobs:
# run: git submodule update --init --recursive
- name: Build Emgu CV native binary
run: ./cmake_configure
working-directory: ${{ github.workspace }}/platforms/ubuntu/22.04
working-directory: ${{ github.workspace }}/platforms/ubuntu/24.04
- name: Build Emgu CV package binary
run: make package
working-directory: ${{ github.workspace }}/platforms/ubuntu/22.04/build/
working-directory: ${{ github.workspace }}/platforms/ubuntu/24.04/build/
- uses: actions/upload-artifact@v3
with:
name: emgucv-ubuntu-zip-package
path: ${{ github.workspace }}/platforms/ubuntu/22.04/build/*.zip
path: ${{ github.workspace }}/platforms/ubuntu/24.04/build/*.zip
- uses: actions/upload-artifact@v4
with:
name: emgucv-ubuntu-nuget-package

Loading…
Cancel
Save