Update windows.yml

This commit is contained in:
TheTank20
2025-04-13 17:49:00 -04:00
committed by GitHub
parent 09f1300afc
commit 02434e935d

View File

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