Skip to content

Commit 5b9151c

Browse files
committed
bash syntax
1 parent 915367a commit 5b9151c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/publish-prebuilt.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ git config --global user.name nvim_winpick_ci
1010
git stash
1111
git checkout "$1-latest"
1212
if diff $TMP_LIB ../$3; then
13-
# Same binary, exit
13+
echo "No need to publish"
1414
else
1515
cp "$TMP_LIB" ../$3
1616
cd ../../

0 commit comments

Comments
 (0)