Skip to content

Commit

Permalink
feat: hash in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Esonhugh committed Jan 25, 2024
1 parent 78b06c4 commit bbf45e6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:

- run: python3 craft.py

- run: |
python3 verify.py >> version.txt
echo '```' >> version.txt
- name: Create Release
uses: softprops/action-gh-release@v1
env:
Expand Down
6 changes: 5 additions & 1 deletion version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ The `.vscode` folder will be created, and vscode will loaded settings from it.
1. Download the script
2. source it
3. use function `createhack <foldername>` with the name of the file you want to open
4. vscode will Automatically open the folder
4. vscode will Automatically open the folder

## Script Hash

```

0 comments on commit bbf45e6

Please sign in to comment.