mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-12-10 04:05:13 +02:00
Update dos-djgpp.yml
This commit is contained in:
5
.github/workflows/dos-djgpp.yml
vendored
5
.github/workflows/dos-djgpp.yml
vendored
@@ -199,7 +199,8 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: UMSKT-DOS-x86
|
name: UMSKT-DOS-x86
|
||||||
path: .\uncomp\
|
path: .
|
||||||
|
|
||||||
- name: Install UPX
|
- name: Install UPX
|
||||||
uses: crazy-max/ghaction-upx@v3
|
uses: crazy-max/ghaction-upx@v3
|
||||||
with:
|
with:
|
||||||
@@ -208,7 +209,7 @@ jobs:
|
|||||||
- name: Compress binary
|
- name: Compress binary
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
upx .\uncomp\umskt.exe --best --ultra-brute -v
|
upx umskt.exe --best --ultra-brute -v
|
||||||
|
|
||||||
- name: Setup DOSBox test environment
|
- name: Setup DOSBox test environment
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user