We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38ae1c commit 956b1acCopy full SHA for 956b1ac
appveyor.yml
@@ -17,4 +17,4 @@ build_script:
17
after_build:
18
- cd %APPVEYOR_BUILD_FOLDER%\build
19
- jom zip
20
- - appveyor PushArtifact NotepadNext.zip -FileName NotepadNext-v%APPVEYOR_BUILD_VERSION%.zip
+ - ps: Get-ChildItem .\NotepadNext*.zip | % { Push-AppveyorArtifact $_ -FileName $_.FullName }
0 commit comments