Skip to content

Commit

Permalink
Use .net8 version of the verifier (#1657)
Browse files Browse the repository at this point in the history
  • Loading branch information
SFGrenade authored Jan 15, 2025
1 parent 70d4819 commit 37317a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/XmlValidation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v4
- name: Setup ModLinksShaVerifier
run: |
wget https://github.com/hk-modding/ModLinksShaVerifier/releases/download/v2.2/linux.zip
wget https://github.com/hk-modding/ModLinksShaVerifier/releases/download/v2.3/linux.zip
unzip linux.zip
- name: Verify APILinks SHAs
run: ./ModlinksShaVerifier ApiLinks.xml
Expand Down

0 comments on commit 37317a0

Please sign in to comment.