Skip to content

Commit

Permalink
Try to workaround upx trailing whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Jul 27, 2022
1 parent 5be5fad commit e50e79f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ jobs:
cd ..
git clone --recursive https://github.com/upx/upx.git
cd upx
sed -i 's/[ \t]*$//' src/pefile.cpp
make all
cp src/upx.out /usr/local/bin/upx
chmod +x /usr/local/bin/upx
Expand Down

0 comments on commit e50e79f

Please sign in to comment.