Skip to content

Commit 318dddd

Browse files
authored
CI_update_remote: switch to the right vcxproj filename for the plugindemo project
1 parent 62e384d commit 318dddd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/CI_update_remote.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ jobs:
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 }}

0 commit comments

Comments
 (0)