We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2d366 commit d3eae02Copy full SHA for d3eae02
.github/workflows/build_macos_arm64.yaml
@@ -33,16 +33,18 @@ jobs:
33
with:
34
# flutter-version: '3.16.9'
35
channel: "stable"
36
- - name: Run Test
37
- run: |
38
- export "LD_LIBRARY_PATH=$GITHUB_WORKSPACE/macos:$LD_LIBRARY_PATH"
39
- flutter pub get
40
- flutter test -x no-local-files
+
41
- uses: actions/upload-artifact@v4
42
name: upload-libopencv_dart-macos-arm64
43
44
path: build/publish/libopencv_dart-macos-arm64.tar.gz
45
name: libopencv_dart-macos-arm64.tar.gz
+ - name: Run Test
+ run: |
+ ls -alh $GITHUB_WORKSPACE/macos
+ export DYLD_LIBRARY_PATH=$GITHUB_WORKSPACE/macos:$DYLD_LIBRARY_PATH
46
+ flutter pub get
47
+ flutter test -x no-local-files
48
- name: Release
49
uses: softprops/action-gh-release@v1
50
if: startsWith(github.ref, 'refs/tags/')
0 commit comments