From bbf45e651733ffa5e10a3f890297d1535b1864c9 Mon Sep 17 00:00:00 2001 From: Esonhugh Date: Thu, 25 Jan 2024 15:03:42 +0800 Subject: [PATCH] feat: hash in scripts --- .github/workflows/release.yml | 4 ++++ version.txt | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 44886b9..c5b2163 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/version.txt b/version.txt index 4b922d1..d70e971 100644 --- a/version.txt +++ b/version.txt @@ -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 ` with the name of the file you want to open -4. vscode will Automatically open the folder \ No newline at end of file +4. vscode will Automatically open the folder + +## Script Hash + +```