ci: Fix macOS SDL build. (#2831)

This commit is contained in:
squidbus 2025-04-22 21:41:20 -07:00 committed by GitHub
parent 0297aee3f4
commit 96bee58d0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -206,11 +206,11 @@ jobs:
mkdir upload
mv ${{github.workspace}}/build/shadps4 upload
cp ${{github.workspace}}/build/externals/MoltenVK/libMoltenVK.dylib upload
tar cf shadps4-macos-sdl.tar.gz -C upload .
install_name_tool -add_rpath "@executable_path" upload/shadps4
- uses: actions/upload-artifact@v4
with:
name: shadps4-macos-sdl-${{ needs.get-info.outputs.date }}-${{ needs.get-info.outputs.shorthash }}
path: shadps4-macos-sdl.tar.gz
path: upload/
macos-qt:
runs-on: macos-15