Skip to content

Commit

Permalink
ci: fix upx binary
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Feb 4, 2022
1 parent 6fbdfa0 commit 061b87f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ test-e2e: bin
.bin/upx: .bin
wget -nv -O upx.tar.xz https://github.com/upx/upx/releases/download/v3.96/upx-3.96-$(ARCH)_$(OS).tar.xz
tar xf upx.tar.xz
mv upx-3.96-$(OS)_$(ARCH)/upx .bin
rm -rf upx-3.96-$(OS)_$(ARCH)
mv upx-3.96-$(ARCH)_$(OS)/upx .bin
rm -rf upx-3.96-$(ARCH)_$(OS)

.bin:
mkdir -p .bin
Expand Down

0 comments on commit 061b87f

Please sign in to comment.