From e03535ece0160f54ae5746b6e5f62482d4949aaf Mon Sep 17 00:00:00 2001 From: SFGrenade <25555417+SFGrenade@users.noreply.github.com> Date: Wed, 15 Jan 2025 17:19:54 +0100 Subject: [PATCH] Update workflow shaverifier (#1656) --- .github/workflows/XmlValidation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/XmlValidation.yml b/.github/workflows/XmlValidation.yml index 36e329ee..1228bee2 100644 --- a/.github/workflows/XmlValidation.yml +++ b/.github/workflows/XmlValidation.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup ModLinksShaVerifier run: | - wget https://github.com/hk-modding/ModLinksShaVerifier/releases/download/v2/linux.zip + wget https://github.com/hk-modding/ModLinksShaVerifier/releases/download/v2.2/linux.zip unzip linux.zip - name: Verify APILinks SHAs run: ./ModlinksShaVerifier ApiLinks.xml