We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea87ec0 commit 18fbfa6Copy full SHA for 18fbfa6
.github/workflows/hash-files.yml
@@ -39,9 +39,9 @@ jobs:
39
- name: Create hash files
40
shell: bash
41
run: |
42
- echo "Before: $(jq . hashes.json)"
+ echo "Before: $(jq . ./wasp-data/hashes.json)"
43
./Simba-Win64.exe --extractopenssl --run ./wasp-data/tools/hash-files.simba
44
- echo "After: $(jq . hashes.json)"
+ echo "After: $(jq . ./wasp-data/hashes.json)"
45
46
- name: Commit hashes.json
47
0 commit comments