Skip to content

Commit bbf45e6

Browse files
committed
feat: hash in scripts
1 parent 78b06c4 commit bbf45e6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222

2323
- run: python3 craft.py
2424

25+
- run: |
26+
python3 verify.py >> version.txt
27+
echo '```' >> version.txt
28+
2529
- name: Create Release
2630
uses: softprops/action-gh-release@v1
2731
env:

version.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,8 @@ The `.vscode` folder will be created, and vscode will loaded settings from it.
1313
1. Download the script
1414
2. source it
1515
3. use function `createhack <foldername>` with the name of the file you want to open
16-
4. vscode will Automatically open the folder
16+
4. vscode will Automatically open the folder
17+
18+
## Script Hash
19+
20+
```

0 commit comments

Comments
 (0)