From b298ef834628ce3ddc510be83378164b7c3e598b Mon Sep 17 00:00:00 2001 From: "Calvin A. Allen" Date: Mon, 13 May 2024 15:07:11 -0400 Subject: [PATCH] Update release_build_and_deploy.yml --- .github/workflows/release_build_and_deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release_build_and_deploy.yml b/.github/workflows/release_build_and_deploy.yml index b4c96e9..fcced9d 100644 --- a/.github/workflows/release_build_and_deploy.yml +++ b/.github/workflows/release_build_and_deploy.yml @@ -44,6 +44,4 @@ jobs: - name: 6. Publishing Build Artifact uses: actions/upload-artifact@v4 with: - path: | - './src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.vsix' - './src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.info' + path: './src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.*'