mirror of https://github.com/UMSKT/xpmgr.git
Update windows.yml
This commit is contained in:
parent
ecc0ecd667
commit
b2e858bbaa
|
@ -47,11 +47,11 @@ jobs:
|
||||||
- name: Upload build artifact (x86)
|
- name: Upload build artifact (x86)
|
||||||
uses: actions/upload-artifact@v3.1.2
|
uses: actions/upload-artifact@v3.1.2
|
||||||
with:
|
with:
|
||||||
name: xpmgr
|
name: xpmgr (x86)
|
||||||
path: .\Win32\Release
|
path: .\Win32\Release
|
||||||
|
|
||||||
- name: Upload build artifact (x64)
|
- name: Upload build artifact (x64)
|
||||||
uses: actions/upload-artifact@v3.1.2
|
uses: actions/upload-artifact@v3.1.2
|
||||||
with:
|
with:
|
||||||
name: xpmgr
|
name: xpmgr (x64)
|
||||||
path: .\x64\Release
|
path: .\x64\Release
|
||||||
|
|
Loading…
Reference in New Issue