Skip to content

Commit afd7ce3

Browse files
committed
fix error -1
1 parent bbf45e6 commit afd7ce3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: python3 craft.py
2424

2525
- run: |
26-
python3 verify.py >> version.txt
26+
python3 verify.py ./createhackenv.sh >> version.txt
2727
echo '```' >> version.txt
2828
2929
- name: Create Release

0 commit comments

Comments
 (0)