Skip to content

Commit e48088a

Browse files
authored
Merge pull request #48 from umpire274/v0.2.0
Fix bug on 'ls' command
2 parents 5854ebd + 2e0477d commit e48088a

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)