Migrating from third-party to externals (#138)

* third-party migration to externals

* Fix

* Lower case for Linux
This commit is contained in:
Xphalnos 2024-05-18 19:05:18 +02:00 committed by GitHub
parent b0978f4168
commit 8cf64a33b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 42 additions and 58 deletions

View file

@ -30,7 +30,7 @@ jobs:
with:
arch: win64_msvc2019_64
version: 6.7.0
- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
@ -43,12 +43,12 @@ jobs:
- name: Deploy
run: |
mkdir upload
move build/Release/shadps4.exe upload
move build/Release/shadPS4.exe upload
move build/Release/zlib-ng2.dll upload
windeployqt --dir upload upload/shadps4.exe
windeployqt --dir upload upload/shadPS4.exe
- name: Upload executable
uses: actions/upload-artifact@v4
with:
name: shadps4-win64-qt
path: upload
path: upload