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 de96740 commit 13f8d7eCopy full SHA for 13f8d7e
.github/workflows/cronet.yml
@@ -49,7 +49,7 @@ jobs:
49
id: diff
50
run: git diff --exit-code lib/src/jni/jni_bindings.dart
51
- name: Upload dependency graph
52
- if: steps.diff.outcome == 'failure'
+ if: failure()
53
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
54
with:
55
name: Bindings
0 commit comments