We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9981d4 commit d40663eCopy full SHA for d40663e
.github/workflows/release_build_and_deploy.yml
@@ -44,4 +44,6 @@ jobs:
44
- name: 6. Publishing Build Artifact
45
uses: actions/upload-artifact@v4
46
with:
47
- path: './src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.*'
+ 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