From 2d5e464807a95fe377d675b3780055df9033dc95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tur=C3=A1nszki=20J=C3=A1nos?= Date: Tue, 11 Mar 2025 08:39:06 +0100 Subject: [PATCH] other builds --- .github/workflows/build-nightly.yml | 10 ---------- .github/workflows/build.yml | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index 5b1401d0e..086c09f73 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -36,16 +36,6 @@ jobs: move Editor\startup.lua .\ move Editor\languages .\ move Editor\fonts .\ - - - name: Install official UPX - shell: cmd - run: | - curl -sOSL https://github.com/upx/upx/releases/download/v%UPX_VERSION%/upx-%UPX_VERSION%-win64.zip - unzip -qj upx-%UPX_VERSION%-win64.zip upx-%UPX_VERSION%-win64/upx.exe - - - name: Compress Editor with UPX - shell: cmd - run: upx --best Editor_Windows.exe - name: Package Editor uses: actions/upload-artifact@v4 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9449d503c..4f07808eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,16 +67,6 @@ jobs: move Editor\languages .\ move Editor\fonts .\ - - name: Install official UPX - shell: cmd - run: | - curl -sOSL https://github.com/upx/upx/releases/download/v%UPX_VERSION%/upx-%UPX_VERSION%-win64.zip - unzip -qj upx-%UPX_VERSION%-win64.zip upx-%UPX_VERSION%-win64/upx.exe - - - name: Compress Editor with UPX - shell: cmd - run: upx --best Editor_Windows.exe - - name: Package Editor uses: actions/upload-artifact@v4 with: