From 3eb08ab5133b3e49e1332f30a7d438711e9c0073 Mon Sep 17 00:00:00 2001 From: Michael Henderson Date: Thu, 17 Oct 2024 11:28:56 -0700 Subject: [PATCH] remove wildcard spaec from body_path --- .github/workflows/dotnet-build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-build-and-release.yml b/.github/workflows/dotnet-build-and-release.yml index 3b2212d..b9d172c 100644 --- a/.github/workflows/dotnet-build-and-release.yml +++ b/.github/workflows/dotnet-build-and-release.yml @@ -139,7 +139,7 @@ jobs: uses: softprops/action-gh-release@v2 if: success() && env.CREATE_RELEASE == 'True' with: - body_path: ${{ env.outputDir }}\\test-orch-mh_*.zip + body_path: ${{ env.outputDir }} repository: keyfactor/test-orch-mh files: | ${{ env.outputDir }}\\test-orch-mh_net6.0.zip