From 754fb0d0a341f7bb77f23a26cc6faa11fc1b55b0 Mon Sep 17 00:00:00 2001 From: GMaysa Date: Thu, 2 Jul 2026 17:58:39 +0800 Subject: [PATCH] ci: enable step debugging for Windows export job --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0fd5dd7..485e136 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -10,6 +10,8 @@ jobs: export-windows: name: Export Windows runs-on: ubuntu-latest + env: + ACTIONS_STEP_DEBUG: true timeout-minutes: 45 steps: - name: Checkout repository