Fix misattributed artifact

This commit is contained in:
Matt Nadareski
2024-02-21 11:14:56 -05:00
parent d35679d688
commit a1dd6e2d21
2 changed files with 2 additions and 1 deletions

View File

@@ -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)

View File

@@ -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)