mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-12-09 11:45:13 +02:00
Update windows.yml
This commit is contained in:
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@@ -168,7 +168,7 @@ jobs:
|
|||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v4.6.2
|
uses: actions/upload-artifact@v4.6.2
|
||||||
with:
|
with:
|
||||||
name: UMSKT-${{ matrix.arch }}
|
name: UMSKT-WinNT-${{ matrix.arch }}
|
||||||
path: ${{ matrix.arch == 'arm64' && 'Release/umskt.exe' || 'umskt.exe' }}
|
path: ${{ matrix.arch == 'arm64' && 'Release/umskt.exe' || 'umskt.exe' }}
|
||||||
|
|
||||||
test-arm64:
|
test-arm64:
|
||||||
@@ -179,7 +179,7 @@ jobs:
|
|||||||
- name: Download ARM64 artifact
|
- name: Download ARM64 artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: UMSKT-arm64
|
name: UMSKT-WinNT-arm64
|
||||||
path: .
|
path: .
|
||||||
|
|
||||||
- name: Run tests (ARM64)
|
- name: Run tests (ARM64)
|
||||||
|
|||||||
Reference in New Issue
Block a user