other builds

This commit is contained in:
Turánszki János
2025-03-11 08:39:06 +01:00
parent a9fc100702
commit 2d5e464807
2 changed files with 0 additions and 20 deletions
-10
View File
@@ -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
-10
View File
@@ -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: