mirror of
https://github.com/UMSKT/xpmgr.git
synced 2025-06-27 22:57:43 +02:00
Update windows.yml
This commit is contained in:
parent
64e4651915
commit
fa20b5586f
6
.github/workflows/windows.yml
vendored
6
.github/workflows/windows.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user