Skip to content

Commit

Permalink
fix(ci/mass-rebuild): generate binary patch
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored Aug 8, 2024
1 parent c770284 commit ac8b092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mass-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
init=$(git rev-list HEAD | tail -n 1)
git diff ${init}..HEAD > a.diff
git diff ${init}..HEAD --binary > a.diff
git checkout $init
git apply a.diff
git add *
Expand Down

0 comments on commit ac8b092

Please sign in to comment.