Skip to content

Commit b66bec5

Browse files
author
SlavaRa
committed
Merge pull request #108 from SlavaRa/SlavaRa-patch-1
Update appveyor.yml
2 parents 9d8d399 + 284f587 commit b66bec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ after_build:
2626
- cd %APPVEYOR_BUILD_FOLDER%
2727
- 7z a %PLUGIN_NAME%.zip $(BaseDir)\
2828
- mv %PLUGIN_NAME%.zip %PLUGIN_NAME%.fdz
29-
- md5sum -b %PLUGIN_NAME%.fdz > chechsum.md5
29+
- md5sum -b %PLUGIN_NAME%.fdz > chechsum.txt
3030
artifacts:
3131
- path: $(PLUGIN_NAME).fdz
3232
name: $(PLUGIN_NAME)
3333
type: zip
34-
- path: chechsum.md5
34+
- path: chechsum.txt
3535
name: chechsum_md5
3636
type: txt
3737
deploy:

0 commit comments

Comments
 (0)