Skip to content

Commit 0526dfc

Browse files
committed
Update hash-files.yml
1 parent 7e97fea commit 0526dfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/hash-files.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ jobs:
3535
path: ./wasp-data
3636

3737
- name: Hash all eligible files
38-
shell: bash
3938
run: |
40-
./Simba-Win64.exe --run ./tools/hash-files.simba
39+
./Simba-Win64.exe --run "./tools/hash-files.simba"
4140
4241
- name: Commit hash files
42+
shell: bash
4343
run: |
4444
git config --global user.name "Wasp Bot"
4545
git config --global user.email "[email protected]"
@@ -53,4 +53,4 @@ jobs:
5353
git push
5454
else
5555
echo "No hash changes to commit."
56-
fi
56+
fi

0 commit comments

Comments
 (0)