Skip to content

Commit 5eb8d08

Browse files
committed
angery
1 parent 2d8c80c commit 5eb8d08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
shell: bash
5252
run: |
5353
cd binaryninjaapi
54-
if (git branch --contains 9524254213477521804542721606710671523772 | grep HEAD > /dev/null 2>&1); then
54+
if (git branch --contains 9524254213477521804542721606710671523772 | grep "" > /dev/null 2>&1); then
5555
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
56+
elif (git branch --contains v4.0.4958-stable | grep "" > /dev/null 2>&1); then
5757
git apply --verbose ../.github/workflows/4.0_0001-Support-building-plugins-without-an-install.patch
5858
else
5959
git apply --verbose ../.github/workflows/3.5_0001-Support-building-plugins-without-an-install.patch

0 commit comments

Comments
 (0)