From 35e49fb8f39eb63bbfb280e4e2a913b7e9acbde6 Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Sun, 17 May 2026 02:11:38 +0700 Subject: [PATCH] Add file listing step to build workflow --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6b1436..1e97eda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,8 @@ jobs: run: sing-box rule-set compile --output domains.srs domains.json - name: Compile subnets.srs run: sing-box rule-set compile --output subnets.srs subnets.json + - name: List files + run: ls -la - name: Set up variables id: vars run: |