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 0efa0dc commit d926b22
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
tar -xvf upx.tar.xz -C /usr/bin/ upx-4.2.2-${{ matrix.arch }}_linux/upx
-
name: Prepare Maven Wrapper
run: chmod +x ./mvnw
Expand Down

0 comments on commit d926b22

Please sign in to comment.