Skip to content

Commit

Permalink
Fix. (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicguru authored Apr 26, 2024
1 parent 0768bfb commit 4f1e6a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/GenerateCompatibilityList.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
dotnet-version: 8.0.x

- name: Build Mod ${{ env.LATEST_RW_VERSION }}
run: dotnet build Source/${{ env.LATEST_RW_VERSION }} --configuration Release
run: dotnet build Source/${{ env.LATEST_RW_VERSION }}/CompatibilityReportGenerator --configuration Release

- name: Run generator
run: .\Source\${{ env.LATEST_RW_VERSION }}\CompatibilityReportGenerator\bin\Debug\net48\CompatibilityReportGenerator.exe --directory "./WeaponTweakData" --output "./WeaponTweakData/Compatible Mods.md"
run: .\Source\${{ env.LATEST_RW_VERSION }}\CompatibilityReportGenerator\bin\Release\net48\CompatibilityReportGenerator.exe --directory "./WeaponTweakData" --output "./WeaponTweakData/Compatible Mods.md"

- name: Check for changes
run: git status
Expand Down

0 comments on commit 4f1e6a8

Please sign in to comment.