Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicguru committed Apr 26, 2024
2 parents 1df3911 + 0768bfb commit 5668456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/GenerateCompatibilityList.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
"ScaleY": 1.3,
"BladeStart": 0.202963322,
"BladeEnd": 1.4059267,
"MeleeWeaponType": 6
"MeleeWeaponType": 6
}

0 comments on commit 5668456

Please sign in to comment.