From 199e2500bb487c0ce256056b30c640dd0326aa5e Mon Sep 17 00:00:00 2001 From: Joe DeStefano Date: Thu, 24 Aug 2023 15:21:54 -0700 Subject: [PATCH] fix: Fixing changed-files expression --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3ac9f0a..8af1752 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -22,10 +22,10 @@ jobs: - run: | yarn all - name: Changed files - uses: tj-actions/changed-files@v37 + uses: tj-actions/changed-files@v38 id: changed-files with: - files: dist + files: dist/** - name: Push build if: steps.changed-files.outputs.any_changed == 'true' run: |