Update windows.yml

This commit is contained in:
TheTank20 2023-12-21 01:11:16 +00:00 committed by GitHub
parent afaf98c80e
commit 5ded5afd7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -33,10 +33,10 @@ jobs:
tree /f D:\a\
- name: Build xpmgr (x86)
run: g++ -m32 -o build\x86\xpmgr_x86 xpmgr.cpp -lole32 -luuid -loleaut32
run: C:\TDM-GCC-64\bin\g++.exe -m32 -o build\x86\xpmgr_x86 xpmgr.cpp -lole32 -luuid -loleaut32
- name: Build xpmgr (x64)
run: g++ -o build\x64\xpmgr_x64 xpmgr.cpp -lole32 -luuid -loleaut32
run: C:\TDM-GCC-64\bin\g++.exe -o build\x64\xpmgr_x64 xpmgr.cpp -lole32 -luuid -loleaut32
- name: Upload build artifact (x86)
uses: actions/upload-artifact@v3.1.2