From e30abd3356d729893a6f726e530dc716510bdff7 Mon Sep 17 00:00:00 2001 From: Mikhail Preyskurantov <5574159+mpreyskurantov@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:21:36 +0300 Subject: [PATCH] CI: Copy all .NET build / pack artifacts (#637) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95e2bd48..6304523f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: with: name: release-packages path: | - net/DevExtreme.AspNet.Data/bin/Release/*.nupkg + net/DevExtreme.AspNet.Data/bin/Release/* devextreme-aspnet-data-*.tgz docfx: