Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjoyo committed Feb 3, 2024
1 parent d926b22 commit 95158df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
name: Install upx for executable compression
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-4.2.2-${{ matrix.arch }}_linux/upx
sudo tar -xvf upx.tar.xz -C /usr/local/bin/ upx-4.2.2-${{ matrix.arch }}_linux/upx --strip-components=1
-
name: Prepare Maven Wrapper
run: chmod +x ./mvnw
Expand Down

0 comments on commit 95158df

Please sign in to comment.