From 093ee5f6da3c6158c28a8f10b422a432b775f880 Mon Sep 17 00:00:00 2001 From: GZTime Date: Tue, 18 Apr 2023 18:14:36 +0800 Subject: [PATCH] ci: fix working directory --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 73a16ad7e..d4e8496b5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -19,7 +19,7 @@ jobs: security-events: write defaults: run: - working-directory: GZCTF + working-directory: src/GZCTF strategy: fail-fast: false