Skip to content

Commit 18fbfa6

Browse files
committed
fix: pathing
1 parent ea87ec0 commit 18fbfa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hash-files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ jobs:
3939
- name: Create hash files
4040
shell: bash
4141
run: |
42-
echo "Before: $(jq . hashes.json)"
42+
echo "Before: $(jq . ./wasp-data/hashes.json)"
4343
./Simba-Win64.exe --extractopenssl --run ./wasp-data/tools/hash-files.simba
44-
echo "After: $(jq . hashes.json)"
44+
echo "After: $(jq . ./wasp-data/hashes.json)"
4545
4646
- name: Commit hashes.json
4747
shell: bash

0 commit comments

Comments
 (0)