-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26218ee
commit c99c97c
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" | ||
git config --local user.name "github-actions[bot]" | ||
git checkout --orphan latest-linux-bundle | ||
git rm -rf .github | ||
git rm -rf *.md | ||
git rm -rf .gitattributes | ||
git rm -rf .gitignore | ||
git rm -rf .clang-format | ||
git rm -rf src | ||
git add bin/* | ||
git add include/* | ||
git add examples/* | ||
git commit -m "new bundle" | ||
git push |