We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8c80c commit 5eb8d08Copy full SHA for 5eb8d08
.github/workflows/build.yaml
@@ -51,9 +51,9 @@ jobs:
51
shell: bash
52
run: |
53
cd binaryninjaapi
54
- if (git branch --contains 9524254213477521804542721606710671523772 | grep HEAD > /dev/null 2>&1); then
+ if (git branch --contains 9524254213477521804542721606710671523772 | grep "" > /dev/null 2>&1); then
55
git apply --verbose ../.github/workflows/4.1_0001-Support-building-plugins-without-an-install.patch
56
- elif (git branch --contains v4.0.4958-stable | grep HEAD > /dev/null 2>&1); then
+ elif (git branch --contains v4.0.4958-stable | grep "" > /dev/null 2>&1); then
57
git apply --verbose ../.github/workflows/4.0_0001-Support-building-plugins-without-an-install.patch
58
else
59
git apply --verbose ../.github/workflows/3.5_0001-Support-building-plugins-without-an-install.patch
0 commit comments