Skip to content

Commit

Permalink
ci: fix error in validate_release.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lovelylavender4 committed Feb 5, 2024
1 parent a7b3b6e commit 22779aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/validate_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def validate_tooth_json(version: str):
raise Exception("tooth.json has wrong version")

if not re.search(
r"\"asset_url\": \"https://github.com/LiteLDev/LeviLamina/releases/download/v{}/levilamina-windows-x64.zip\"".format(
r"\"asset_url\": \"https://github.com/LiteLDev/LeviLamina/releases/download/v{}/levilamina-release-windows-x64.zip\"".format(
version
),
content,
Expand Down

0 comments on commit 22779aa

Please sign in to comment.