From 51b67da1cafd37bf94d67fef68947d26382655cc Mon Sep 17 00:00:00 2001 From: kenorb Date: Sat, 13 Jun 2020 17:41:54 +0100 Subject: [PATCH] Print compiled file --- .github/workflows/action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index a4b041c..040c208 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -19,3 +19,6 @@ jobs: uses: ./ with: verbose: true + - name: Print compiled files + run: '(Get-ChildItem -Recurse -Path . -Include *.ex[45]).fullname' + shell: powershell