Skip to content

Commit aa9fa40

Browse files
authored
Update release_build_and_deploy.yml
1 parent 385c56e commit aa9fa40

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/release_build_and_deploy.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: microsoft/setup-msbuild@v1.0.2
2020

21-
- name: 1. Versioning x64 Release
21+
- name: 1. Versioning Release
2222
uses: CodingWithCalvin/GHA-VSVsixVersioner@v1
2323
with:
2424
extension-manifest-file: './src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/source.extension.vsixmanifest'
@@ -30,11 +30,10 @@ jobs:
3030
- name: 3. Restoring Packages
3131
run: nuget restore ./src/CodingWithCalvin.OpenInNotepadPlusPlus.sln
3232

33-
- name: 4. Building x64 Project
33+
- name: 4. Building Project
3434
run: msbuild './src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.csproj' /p:configuration='Release' /p:platform='x64'
3535

36-
- name: 5. Publishing x64 Build Artifact
36+
- name: 5. Publishing Build Artifact
3737
uses: actions/upload-artifact@v3
3838
with:
39-
path: '${{ github.workspace }}\src\CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64\bin\x64\Release\CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.vsix'
40-
name: latest-x64
39+
path: './src/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64/bin/x64/Release/CodingWithCalvin.OpenInNotepadPlusPlus.Vsix.x64.vsix'

0 commit comments

Comments
 (0)