Skip to content

Commit 956b1ac

Browse files
committed
cherry-pick: Fix appveyor (again)
1 parent e38ae1c commit 956b1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ build_script:
1717
after_build:
1818
- cd %APPVEYOR_BUILD_FOLDER%\build
1919
- jom zip
20-
- appveyor PushArtifact NotepadNext.zip -FileName NotepadNext-v%APPVEYOR_BUILD_VERSION%.zip
20+
- ps: Get-ChildItem .\NotepadNext*.zip | % { Push-AppveyorArtifact $_ -FileName $_.FullName }

0 commit comments

Comments
 (0)