Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjoyo committed Feb 2, 2024
1 parent a936346 commit 0efa0dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
${{ matrix.runner }}-maven-
-
name: Install upx for executable compression
run: wget "https://github.com/upx/upx/releases/download/v4.2.2/upx-4.2.2-${{ matrix.arch }}_linux.tar.xz" -O - | tar -xj -C /usr/bin/ upx
run: |
wget -O upx.tar.xz "https://github.com/upx/upx/releases/download/v4.2.2/upx-4.2.2-${{ matrix.arch }}_linux.tar.xz"
tar -xvf upx.tar.xz -C /usr/bin/ upx
-
name: Prepare Maven Wrapper
run: chmod +x ./mvnw
Expand Down

0 comments on commit 0efa0dc

Please sign in to comment.