From b7ec7cf5380ffb8cb613bb65889a164205ae07e8 Mon Sep 17 00:00:00 2001 From: TheOtherP Date: Sun, 22 Jan 2023 20:17:19 +0100 Subject: [PATCH] Dont upx core binary on github --- .github/workflows/buildNative.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/buildNative.yml b/.github/workflows/buildNative.yml index 6de5176a5..5d40f0fd4 100644 --- a/.github/workflows/buildNative.yml +++ b/.github/workflows/buildNative.yml @@ -77,13 +77,6 @@ jobs: run: | mvn --batch-mode -Pnative clean native:compile -DskipTests - - name: "UPX linux artifact" - if: steps.changed-files-specific.outputs.any_changed == 'true' - uses: crazy-max/ghaction-upx@v2 - with: - files: core/target/core - args: -q - - name: "Upload linux artifact" if: steps.changed-files-specific.outputs.any_changed == 'true' uses: actions/upload-artifact@v3