We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f8d7e commit c786c81Copy full SHA for c786c81
.github/workflows/cronet.yml
@@ -48,12 +48,12 @@ jobs:
48
- name: Generated Diff
49
id: diff
50
run: git diff --exit-code lib/src/jni/jni_bindings.dart
51
- - name: Upload dependency graph
+ - name: Upload bindings
52
if: failure()
53
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
54
with:
55
name: Bindings
56
- path: lib/src/jni/jni_bindings.dart
+ path: pkgs/cronet_http/lib/src/jni/jni_bindings.dart
57
retention-days: 1
58
verify:
59
name: Format & Analyze & Test (${{ matrix.cronetHttpNoPlay == 'true' && 'without Google Play' || 'with Google Play'}})
0 commit comments