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