We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc92d90 commit 2f3b330Copy full SHA for 2f3b330
assets/github-actions/scripts/build.sh
@@ -148,6 +148,10 @@ cd $FOLDER_GITHUB
148
# Swap out .git folders
149
cp -r "${FOLDER_HOSTING}/.git" .
150
151
+# Hotfix for #29913
152
+echo "vendor/google/* binary" >> .gitattributes
153
+echo "vendor/google/**/* binary" >> .gitattributes
154
+
155
# Commit new artefact.
156
git add -A .
157
git commit -m "${commitmessage}" -m "GitHub build of ${BRANCHNAME} (${BRANCHNAME_HOSTING}) @ ${shalite}." --no-gpg-sign
0 commit comments