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 18, 2024
1 parent 3505936 commit e818b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ git config --local user.name "github-actions[bot]"
git checkout --orphan latest-linux-bundle
git rm -rf *.md
cp .github/workflows/latest-linux-bundle.md ./README.md
./bin/htmc --version > ./.htmc-version
./bin/htmc --version > ./htmc-version
git rm -rf .github
git rm -rf cgi-ws
git rm -rf src
Expand All @@ -15,6 +15,6 @@ git add bin/*
git add include/*
git add examples/*
git add README.md
git add .htmc-version
git add htmc-version
git commit -m "new bundle"
git push --set-upstream origin latest-linux-bundle --force

0 comments on commit e818b2e

Please sign in to comment.