Update windows.yml

This commit is contained in:
TheTank20 2025-05-07 19:45:43 -04:00 committed by GitHub
parent 64e4651915
commit fa20b5586f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- name: Checkout Source Tree - name: Checkout Source Tree
uses: actions/checkout@v3 uses: actions/checkout@v4.2.2
- name: Setup TDM-GCC - name: Setup TDM-GCC
run: | run: |
@ -36,13 +36,13 @@ jobs:
cmake --build build --config Debug cmake --build build --config Debug
- name: Upload build artifact (x86) - name: Upload build artifact (x86)
uses: actions/upload-artifact@v3.1.2 uses: actions/upload-artifact@v4.6.2
with: with:
name: xpmgr (x86) name: xpmgr (x86)
path: .\build\xpmgr_x86.exe path: .\build\xpmgr_x86.exe
- name: Upload build artifact (x64) - name: Upload build artifact (x64)
uses: actions/upload-artifact@v3.1.2 uses: actions/upload-artifact@v4.6.2
with: with:
name: xpmgr (x64) name: xpmgr (x64)
path: .\build\xpmgr_x64.exe path: .\build\xpmgr_x64.exe