Update dos-djgpp.yml

This commit is contained in:
TheTank20
2025-07-23 11:04:18 -05:00
committed by GitHub
parent 848519b9ac
commit 2e426e32dd

View File

@@ -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: |