Skip to content

Commit c786c81

Browse files
committed
Update cronet.yml
1 parent 13f8d7e commit c786c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cronet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
- name: Generated Diff
4949
id: diff
5050
run: git diff --exit-code lib/src/jni/jni_bindings.dart
51-
- name: Upload dependency graph
51+
- name: Upload bindings
5252
if: failure()
5353
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
5454
with:
5555
name: Bindings
56-
path: lib/src/jni/jni_bindings.dart
56+
path: pkgs/cronet_http/lib/src/jni/jni_bindings.dart
5757
retention-days: 1
5858
verify:
5959
name: Format & Analyze & Test (${{ matrix.cronetHttpNoPlay == 'true' && 'without Google Play' || 'with Google Play'}})

0 commit comments

Comments
 (0)