From e4542789e232be9aebae442b95dfacf2a8d1d242 Mon Sep 17 00:00:00 2001 From: ColdMeekly <20516479+ColdMeekly@users.noreply.github.com> Date: Sun, 28 Jul 2024 18:40:30 +0100 Subject: [PATCH] All dlls artifacts --- .github/workflows/msbuild.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index e040e26..d2c112e 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -45,5 +45,6 @@ jobs: - name: Create Release uses: ncipollo/release-action@v1.14.0 with: + artifacts: x64/Release/*.dll draft: true makeLatest: true \ No newline at end of file