diff --git a/.github/workflows/auto-deploy.yml b/.github/workflows/auto-deploy.yml index a4c5af7..5b21b84 100644 --- a/.github/workflows/auto-deploy.yml +++ b/.github/workflows/auto-deploy.yml @@ -33,7 +33,7 @@ jobs: - name: Check Current File Tree shell: pwsh run: | - tree "${{ github.workspace }}" + tree "${{ github.workspace }}" /f /a - name: Format Artifact List id: artifacts uses: frabert/replace-string-action@v2.0