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 3d958a2 commit a936346
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ jobs:
${{ matrix.runner }}-maven-
-
name: Install upx for executable compression
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: upx
version: 1.0
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
-
name: Prepare Maven Wrapper
run: chmod +x ./mvnw
Expand Down

0 comments on commit a936346

Please sign in to comment.