Skip to content

Commit

Permalink
Create upload.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro-Salerno authored Oct 16, 2024
1 parent 26218ee commit c99c97c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/upload.sh
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

0 comments on commit c99c97c

Please sign in to comment.