mirror of https://github.com/UMSKT/xpmgr.git
Update windows.yml
This commit is contained in:
parent
64e4651915
commit
fa20b5586f
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Checkout Source Tree
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4.2.2
|
||||
|
||||
- name: Setup TDM-GCC
|
||||
run: |
|
||||
|
@ -36,13 +36,13 @@ jobs:
|
|||
cmake --build build --config Debug
|
||||
|
||||
- name: Upload build artifact (x86)
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
uses: actions/upload-artifact@v4.6.2
|
||||
with:
|
||||
name: xpmgr (x86)
|
||||
path: .\build\xpmgr_x86.exe
|
||||
|
||||
- name: Upload build artifact (x64)
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
uses: actions/upload-artifact@v4.6.2
|
||||
with:
|
||||
name: xpmgr (x64)
|
||||
path: .\build\xpmgr_x64.exe
|
||||
|
|
Loading…
Reference in New Issue