From 0768bfb701fe2cc254d529d799204a8fd8336df8 Mon Sep 17 00:00:00 2001 From: James B Date: Fri, 26 Apr 2024 21:28:23 +0200 Subject: [PATCH] Fix compatibility report reference path. (#49) --- .github/workflows/GenerateCompatibilityList.yml | 2 +- .../AAM_Weebstick_co.uk.epicguru.advancedmeleeanimation.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/GenerateCompatibilityList.yml b/.github/workflows/GenerateCompatibilityList.yml index 50314814..2cbea868 100644 --- a/.github/workflows/GenerateCompatibilityList.yml +++ b/.github/workflows/GenerateCompatibilityList.yml @@ -27,7 +27,7 @@ jobs: run: dotnet build Source/${{ env.LATEST_RW_VERSION }} --configuration Release - name: Run generator - run: .\Source\${{ env.LATEST_RW_VERSION }}\CompatibilityReportGenerator\bin\Debug\net472\CompatibilityReportGenerator.exe --directory "./WeaponTweakData" --output "./WeaponTweakData/Compatible Mods.md" + run: .\Source\${{ env.LATEST_RW_VERSION }}\CompatibilityReportGenerator\bin\Debug\net48\CompatibilityReportGenerator.exe --directory "./WeaponTweakData" --output "./WeaponTweakData/Compatible Mods.md" - name: Check for changes run: git status diff --git a/WeaponTweakData/AAM_Weebstick_co.uk.epicguru.advancedmeleeanimation.json b/WeaponTweakData/AAM_Weebstick_co.uk.epicguru.advancedmeleeanimation.json index 9e7a9b63..dad3f63b 100644 --- a/WeaponTweakData/AAM_Weebstick_co.uk.epicguru.advancedmeleeanimation.json +++ b/WeaponTweakData/AAM_Weebstick_co.uk.epicguru.advancedmeleeanimation.json @@ -10,5 +10,5 @@ "ScaleY": 1.3, "BladeStart": 0.202963322, "BladeEnd": 1.4059267, - "MeleeWeaponType": 6 + "MeleeWeaponType": 6 } \ No newline at end of file