We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 915367a commit 5b9151cCopy full SHA for 5b9151c
.github/publish-prebuilt.sh
@@ -10,7 +10,7 @@ git config --global user.name nvim_winpick_ci
10
git stash
11
git checkout "$1-latest"
12
if diff $TMP_LIB ../$3; then
13
- # Same binary, exit
+ echo "No need to publish"
14
else
15
cp "$TMP_LIB" ../$3
16
cd ../../
0 commit comments