Skip to content

Commit 2e0477d

Browse files
committed
Fix bug on 'ls' command
1 parent 6d7a6e2 commit 2e0477d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
shell: bash
9595
run: |
9696
echo "[DEBUG] Listing working directory"
97-
ls lah .
97+
ls -lah .
9898
9999
- name: Download all build artifacts from matrix
100100
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)