diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 6d9d1b55..074685ed 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -41,4 +41,6 @@ jobs: with: name: shadps4-win64 # A file, directory or wildcard pattern that describes what to upload - path: x64/Release + path: | + out/build/x64/Release/shadps4.exe + out/build/x64/Release/SDL3.dll