mirror of
https://github.com/nihui/opencv-mobile.git
synced 2025-09-27 04:46:17 +08:00
build maix-ii
This commit is contained in:
19
.github/workflows/test.yml
vendored
19
.github/workflows/test.yml
vendored
@@ -188,22 +188,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: ${{ env.PACKAGE_NAME }}
|
name: ${{ env.PACKAGE_NAME }}
|
||||||
path: ${{ env.PACKAGE_NAME }}.zip
|
path: ${{ env.PACKAGE_NAME }}.zip
|
||||||
|
|
||||||
release:
|
|
||||||
permissions:
|
|
||||||
contents: write # for softprops/action-gh-release to create a release
|
|
||||||
needs: [setup, android, ios, ios-simulator, armlinux, macos, mac-catalyst, watchos, watchos-simulator, tvos, tvos-simulator, visionos, visionos-simulator, windows, ubuntu, webassembly, apple, devboard]
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: download
|
|
||||||
uses: actions/download-artifact@v4
|
|
||||||
with:
|
|
||||||
path: artifacts
|
|
||||||
|
|
||||||
- name: create-release
|
|
||||||
uses: softprops/action-gh-release@v2
|
|
||||||
with:
|
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
tag_name: ${{ needs.setup.outputs.VERSION }}
|
|
||||||
name: Release ${{ needs.setup.outputs.VERSION }}
|
|
||||||
files: artifacts/*/*.zip
|
|
||||||
|
Reference in New Issue
Block a user