Skip to content

Commit 04446b2

Browse files
author
SlavaRa
committed
Update appveyor.yml
1 parent 51577cf commit 04446b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ environment:
66
PLUGIN_INFO: http:\/\/www.flashdevelop.org\/community\/viewtopic.php?f=4&t=5961
77
PLUGIN_GITHUB_RELEASES: https:\/\/github.com\/SlavaRa\/fdplugin-quicknavigate\/releases
88
APPMAN_TEMPLATE: appman.template
9-
APPMAN_CONFIG_XML: appman.xml
9+
APPMAN_CONFIG_XML: appman.txt
1010
init:
1111
- git clone -q https://github.com/fdorg/flashdevelop.git C:\projects\FlashDevelop
1212
version: $(PLUGIN_VERSION).{build}
@@ -53,12 +53,12 @@ artifacts:
5353
type: zip
5454
- path: $(APPMAN_CONFIG_XML)
5555
name: appman
56-
type: xml
56+
type: txt
5757
deploy:
5858
- provider: GitHub
5959
release: $(appveyor_build_version)
6060
auth_token:
6161
secure: HK9ej9WVysHQHeTEQ/QTOJmh08xCtDQyDBy5uXWrWV/xROMNkQrTeQv1j2tYOxVw
62-
artifact: /(.*\.fdz)|(appman.xml)/
62+
artifact: /(.*\.fdz)|(appman.txt)/
6363
on:
6464
branch: master

0 commit comments

Comments
 (0)