Skip to content

Commit 7ceaf4b

Browse files
committed
Don't be too specific about the version
1 parent 72caa30 commit 7ceaf4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/msbuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0
1919

2020
- name: Add MSBuild to PATH
21-
uses: microsoft/setup-msbuild@v1.0.0
21+
uses: microsoft/setup-msbuild@v1
2222

2323
- name: Show MSBuild version
2424
run: msbuild -version
@@ -30,12 +30,12 @@ jobs:
3030
if: matrix.build_platform == 'x64'
3131
uses: actions/upload-artifact@v2
3232
with:
33-
name: plugin_dll_x64
33+
name: nppsnippets_dll_x64
3434
path: ${{ matrix.build_platform }}/${{ matrix.build_configuration }}/NppSnippets.dll
3535

3636
- name: Archive artifacts for x32
3737
if: matrix.build_platform == 'Win32'
3838
uses: actions/upload-artifact@v2
3939
with:
40-
name: plugin_dll_x32
40+
name: nppsnippets_dll_x32
4141
path: ${{ matrix.build_platform }}/${{ matrix.build_configuration }}/NppSnippets.dll

0 commit comments

Comments
 (0)