Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions assets/github-actions/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,10 @@ cd $FOLDER_GITHUB
# Swap out .git folders
cp -r "${FOLDER_HOSTING}/.git" .

# Hotfix for #29913
echo "vendor/google/* binary" >> .gitattributes
echo "vendor/google/**/* binary" >> .gitattributes

# Commit new artefact.
git add -A .
git commit -m "${commitmessage}" -m "GitHub build of ${BRANCHNAME} (${BRANCHNAME_HOSTING}) @ ${shalite}." --no-gpg-sign
Expand Down