Skip to content

Commit 33d53f1

Browse files
committed
Remove -d
1 parent 6d7a5d8 commit 33d53f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Windows debug (find release file..)
103103
if: ${{ matrix.target == 'x86_64-pc-windows-gnu' }}
104-
run: tree -d target/
104+
run: tree target/
105105

106106
- name: Upload build artifact
107107
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)