From 7cf0d7f5dc6a9363df9bdc6c8c2926c73f3f2426 Mon Sep 17 00:00:00 2001 From: Champ Camba Date: Tue, 9 Jan 2024 10:31:11 +0800 Subject: [PATCH] Debug builder --- .github/workflows/increment-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/increment-version.yml b/.github/workflows/increment-version.yml index 2c89e23..566881c 100644 --- a/.github/workflows/increment-version.yml +++ b/.github/workflows/increment-version.yml @@ -21,7 +21,7 @@ jobs: uses: tj-actions/changed-files@v40 with: files: | - src/** + src/* dir_names: "true" - name: Run step if any of the listed files above change if: steps.changed-files-specific.outputs.any_changed == 'true'