File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments