@@ -23,24 +23,24 @@ jobs:
23
23
id : step-version
24
24
uses : CodingWithCalvin/GHA-VSVsixVersioner@v1
25
25
with :
26
- extension-manifest-file : ' src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64 /source.extension.vsixmanifest'
27
- extension-source-file : ' src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/VsixConstants .cs'
26
+ extension-manifest-file : ' src/CodingWithCalvin.OpenInNotepadPlusPlus/source.extension.vsixmanifest'
27
+ extension-source-file : ' src/CodingWithCalvin.OpenInNotepadPlusPlus/source.extension .cs'
28
28
29
29
- name : 2. Restoring Packages
30
30
run : nuget restore ./src/CodingWithCalvin.OpenInNotepadPlusPlus.sln
31
31
32
32
- name : 3. Building Project
33
- run : msbuild 'src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64 /CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64 .csproj' /p:configuration='Release' /p:platform='x64'
33
+ run : msbuild 'src/CodingWithCalvin.OpenInNotepadPlusPlus/CodingWithCalvin.OpenInNotepadPlusPlus.csproj' /p:configuration='Release' /p:platform='x64'
34
34
35
35
- name : 4. Create Information File
36
36
37
37
with :
38
- name : ' src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64 /bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64 .info'
38
+ name : ' src/CodingWithCalvin.OpenInNotepadPlusPlus/bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.info'
39
39
json : ' {"sha":"${{ github.sha }}", "version":"${{ steps.step-version.outputs.version }}"}'
40
40
41
41
- name : 5. Publishing Build Artifact
42
42
uses : actions/upload-artifact@v4
43
43
with :
44
44
path : |
45
- src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64 /bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64 .info
46
- src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64 /bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64 .vsix
45
+ src/CodingWithCalvin.OpenInNotepadPlusPlus/bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.info
46
+ src/CodingWithCalvin.OpenInNotepadPlusPlus/bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.vsix
0 commit comments