diff --git a/CHANGELIST.md b/CHANGELIST.md index b8e5c924..cdaa2e26 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -8,6 +8,7 @@ - Remove DIC and Aaru bundles from CI - Add x86 builds to AppVeyor - Make AppVeyor builds framework-dependent +- Fix misattributed artifact ### 3.1.1 (2024-02-20) diff --git a/appveyor.yml b/appveyor.yml index 6542a180..89294ce3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -66,7 +66,7 @@ artifacts: - path: MPF_%APPVEYOR_BUILD_NUMBER%_net8.0_win-x64_debug.zip name: MPF (.NET 8.0, Debug, Windows x64) -- path: MPF.Check_%APPVEYOR_BUILD_NUMBER%_net8.0_win-x64_debug.zip +- path: MPF.Check_%APPVEYOR_BUILD_NUMBER%_net8.0_win-x86_debug.zip name: MPF.Check (.NET 8.0, Debug, Windows x86) - path: MPF.Check_%APPVEYOR_BUILD_NUMBER%_net8.0_win-x64_debug.zip name: MPF.Check (.NET 8.0, Debug, Windows x64)