Skip to content

Commit e449fcc

Browse files
author
SlavaRa
committed
Cleanup....
1 parent 44b3c89 commit e449fcc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ after_build:
3131
- cd %APPVEYOR_BUILD_FOLDER%
3232
- 7z a %PLUGIN_NAME%.zip $(BaseDir)\
3333
- mv %PLUGIN_NAME%.zip %PLUGIN_NAME%.fdz
34-
- cd %APPVEYOR_BUILD_FOLDER%
35-
- 7z a %PLUGIN_NAME%.zip $(BaseDir)\
36-
- mv %PLUGIN_NAME%.zip %PLUGIN_NAME%.fdz
3734
- rm -rf %APPVEYOR_BUILD_FOLDER%\$(BaseDir)
3835
- md5sum %PLUGIN_NAME%.fdz > checksum.md5
3936
- sed -e "s/.//" checksum.md5 > checksum.tmp.md5 && mv checksum.tmp.md5 checksum.md5
@@ -63,4 +60,4 @@ deploy:
6360
secure: HK9ej9WVysHQHeTEQ/QTOJmh08xCtDQyDBy5uXWrWV/xROMNkQrTeQv1j2tYOxVw
6461
artifact: /(.*\.fdz)|(appman.txt)/
6562
on:
66-
branch: master
63+
branch: master

0 commit comments

Comments
 (0)