From 81fbe251ba12a146f66d26625a3d458f1b8bba22 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 29 Dec 2022 21:22:08 -0800 Subject: [PATCH] Specify all files in publish directories --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6e7d1f60..83e0d7a6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,18 +52,18 @@ on_failure: # artifact linking artifacts: -- path: Test\bin\Debug\net48 +- path: Test\bin\Debug\net48\* name: BurnOutSharp (.NET Framework 4.8) type: zip -- path: Test\bin\Debug\net6.0\win-x86\publish +- path: Test\bin\Debug\net6.0\win-x86\publish\* name: BurnOutSharp (.NET 6.0, Windows x86) type: zip -- path: Test\bin\Debug\net6.0\win-x64\publish +- path: Test\bin\Debug\net6.0\win-x64\publish\* name: BurnOutSharp (.NET 6.0, Windows x64) type: zip -- path: Test\bin\Debug\net6.0\linux-x64\publish +- path: Test\bin\Debug\net6.0\linux-x64\publish\* name: BurnOutSharp (.NET 6.0, Linux x64) type: zip -- path: Test\bin\Debug\net6.0\osx-x64\publish +- path: Test\bin\Debug\net6.0\osx-x64\publish\* name: BurnOutSharp (.NET 6.0, OSX x64) type: zip \ No newline at end of file