Skip to content

Commit

Permalink
Modified tree output format in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
REHERC committed Jul 30, 2021
1 parent 328e48d commit 2a464f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a464f3

Please sign in to comment.