From 16fab412b257904928f4dc93d70a1934de44b3fd Mon Sep 17 00:00:00 2001 From: Speykious Date: Thu, 22 Feb 2024 00:47:41 +0100 Subject: [PATCH] `--debug` is not allowed u_u --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f5ab184..4a738a0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: profile: - title: Debug - arg: --debug + arg: "" - title: Release arg: --release