Add file listing step to build workflow

This commit is contained in:
2026-05-17 02:11:38 +07:00
committed by GitHub
parent 640b43f396
commit 35e49fb8f3
+2
View File
@@ -33,6 +33,8 @@ jobs:
run: sing-box rule-set compile --output domains.srs domains.json run: sing-box rule-set compile --output domains.srs domains.json
- name: Compile subnets.srs - name: Compile subnets.srs
run: sing-box rule-set compile --output subnets.srs subnets.json run: sing-box rule-set compile --output subnets.srs subnets.json
- name: List files
run: ls -la
- name: Set up variables - name: Set up variables
id: vars id: vars
run: | run: |