Skip to content

Commit b298ef8

Browse files
authored
Update release_build_and_deploy.yml
1 parent 5b994e2 commit b298ef8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release_build_and_deploy.yml

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

0 commit comments

Comments
 (0)