Merge pull request 'update autogen' (#1) from dev into fix-autogen

This commit is contained in:
nullequal 2024-03-27 12:59:12 +01:00
commit c9e2a01fa0
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ BUILD_FLAVOR="mainline"
BUILD_TYPE_LOWER="release"
BUILD_TYPE_UPPER="Release"
if [ "${GITHUB_REPOSITORY}" == "suyu-emu/suyu" ]; then
if [ "${GITHUB_REPOSITORY}" == "suyu/suyu" ]; then
BUILD_TYPE_LOWER="relWithDebInfo"
BUILD_TYPE_UPPER="RelWithDebInfo"
fi