Skip to content

Commit

Permalink
Update upload.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro-Salerno authored Oct 16, 2024
1 parent 191f4fa commit 913be04
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/upload.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
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
cp .github/workflows/latest-linux-bundle.md ./README.md
git rm -rf .github
git rm -rf *.md
git rm -rf .gitattributes
git rm -rf .gitignore
git rm -rf .clang-format
git rm -rf cgi-ws
git rm -rf src
git rm -rf *.md
git rm .gitattributes
git rm gitignore
git rm .clang-format
git rm Makefile
git add bin/*
git add include/*
git add examples/*
git add README.md
git commit -m "new bundle"
git push --set-upstream origin latest-linux-bundle

0 comments on commit 913be04

Please sign in to comment.