mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2025-12-08 19:25:13 +02:00
Update windows.yml
This commit is contained in:
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
@@ -108,7 +108,7 @@ jobs:
|
|||||||
run: msbuild ALL_BUILD.vcxproj /P:Configuration=Release
|
run: msbuild ALL_BUILD.vcxproj /P:Configuration=Release
|
||||||
|
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v3.1.2
|
uses: actions/upload-artifact@v4.6.2
|
||||||
with:
|
with:
|
||||||
name: UMSKT-Win32
|
name: UMSKT-Win32
|
||||||
path: build/Release
|
path: build/Release
|
||||||
@@ -176,7 +176,7 @@ jobs:
|
|||||||
Start-Process -FilePath $installerPath -ArgumentList $installerArgs -Wait -PassThru
|
Start-Process -FilePath $installerPath -ArgumentList $installerArgs -Wait -PassThru
|
||||||
|
|
||||||
- name: Checkout Source Tree
|
- name: Checkout Source Tree
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup MSBuild
|
- name: Setup MSBuild
|
||||||
uses: microsoft/setup-msbuild@v1
|
uses: microsoft/setup-msbuild@v1
|
||||||
@@ -192,7 +192,7 @@ jobs:
|
|||||||
run: msbuild ALL_BUILD.vcxproj /P:Configuration=Release
|
run: msbuild ALL_BUILD.vcxproj /P:Configuration=Release
|
||||||
|
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v3.1.2
|
uses: actions/upload-artifact@v4.6.2
|
||||||
with:
|
with:
|
||||||
name: UMSKT-Win64
|
name: UMSKT-Win64
|
||||||
path: build/Release
|
path: build/Release
|
||||||
|
|||||||
Reference in New Issue
Block a user