Skip to content

Commit d5a60df

Browse files
committed
fix
1 parent 5de1442 commit d5a60df

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/android.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release
1+
name: android
22

33
on:
44
push:

.github/workflows/apple.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release
1+
name: apple
22

33
on:
44
push:
@@ -60,7 +60,7 @@ jobs:
6060
name: upload
6161
with:
6262
path: build/install/libopencv_dart.dylib
63-
name: libopencv_dart-macos-${{ matrix.osname.arch }}.dylib
63+
name: libopencv_dart-macos-${{ matrix.osname.arch }}
6464
# - uses: subosito/flutter-action@v2
6565
# with:
6666
# flutter-version: '3.19.6'
@@ -90,7 +90,7 @@ jobs:
9090
uses: actions/download-artifact@v4
9191
with:
9292
path: artifacts
93-
pattern: libopencv_dart-macos-*.dylib
93+
pattern: libopencv_dart-macos-*
9494
merge-multiple: false
9595
- name: lipo
9696
run: |

.github/workflows/coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Coverage
33
on:
44
push:
55
branches: ["main"]
6-
# pull_request:
7-
# branches: ["main"]
6+
pull_request:
7+
branches: ["main"]
88

99
jobs:
1010
build-windows:
File renamed without changes.

.github/workflows/linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: release
1+
name: linux
22

33
on:
44
push:

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release
1+
name: windows
22

33
on:
44
push:

0 commit comments

Comments
 (0)