Skip to content

Commit c40bc5d

Browse files
committed
Update hash-files.yml
1 parent c68e683 commit c40bc5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/hash-files.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636

3737
- name: Hash all eligible files
3838
run: |
39-
./Simba-Win64.exe --run "tools/hash-files.simba"
39+
ls -a
40+
./Simba-Win64.exe --run ./tools/hash-files.simba
4041
4142
- name: Commit hash files
4243
shell: bash

0 commit comments

Comments
 (0)