File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 9393 #
9494 # get rid of the extra hierarchy now that everything necessary has been copied
9595 Remove-Item .\npp_repo -Force -Recurse -ErrorAction SilentlyContinue
96- #
97- git status
9896
9997 - name : Commit any updates to the repo
10098 uses : stefanzweifel/git-auto-commit-action@v5
@@ -112,14 +110,14 @@ jobs:
112110 run : |
113111 foreach ($target in ('Win32', 'x64', 'ARM64'))
114112 {
115- msbuild NppPluginTemplate .vcxproj /m /p:configuration=Release /p:platform="$target"
113+ msbuild NppPluginDemo .vcxproj /m /p:configuration=Release /p:platform="$target"
116114 }
117115
118116 - name : Release
119117 if : ${{steps.diff_step.outputs.ANY_DIFFERENCE}}
120118 uses : softprops/action-gh-release@v2
121119 with :
122- name : Plugin Template for Notepad++ release v${{ steps.diff_step.outputs.CHANGE_DATE }}.${{github.run_number}}.${{github.run_attempt}}
120+ name : Plugin Demo for Notepad++ release v${{ steps.diff_step.outputs.CHANGE_DATE }}.${{github.run_number}}.${{github.run_attempt}}
123121 tag_name : v${{ steps.diff_step.outputs.CHANGE_DATE }}.${{github.run_number}}.${{github.run_attempt}}
124122 target_commitish : ${{ github.ref_name }}
125123 token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments