Skip to content

Commit 5f9b8c7

Browse files
committed
oops x3
1 parent e2cc1ce commit 5f9b8c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bearssl.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
make install
7474
popd
7575
76-
if [[ -n $(git diff --exit-code -- tools/sdk/lib/) ]]; then
76+
if [[ -n $(git diff --exit-code -- tools/sdk/) ]]; then
7777
echo "deploy=true" >> "$GITHUB_OUTPUT"
7878
fi
7979
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
pushd esp8266
8686
87-
git add -u -- tools/sdk/lib/
87+
git add -u -- tools/sdk/lib/ tools/sdk/include/
8888
git commit -m 'Rebuild bearssl libs'
8989
9090
branch=$(date -Im | tr '[:punct:]' '_')

0 commit comments

Comments
 (0)