Skip to content

Commit d40663e

Browse files
authored
Update release_build_and_deploy.yml
1 parent a9981d4 commit d40663e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release_build_and_deploy.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,6 @@ jobs:
4444
- name: 6. Publishing Build Artifact
4545
uses: actions/upload-artifact@v4
4646
with:
47-
path: './src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.*'
47+
path: |
48+
'./src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.info'
49+
'./src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.vsix'

0 commit comments

Comments
 (0)