Skip to content

Commit f659ba0

Browse files
author
SlavaRa
committed
Update appveyor.yml
1 parent b66bec5 commit f659ba0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ 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.txt
29+
- md5sum -b %PLUGIN_NAME%.fdz > checksum_md5.txt
3030
artifacts:
3131
- path: $(PLUGIN_NAME).fdz
3232
name: $(PLUGIN_NAME)
3333
type: zip
34-
- path: chechsum.txt
35-
name: chechsum_md5
34+
- path: checksum_md5.txt
35+
name: checksum_md5
3636
type: txt
3737
deploy:
3838
- provider: GitHub
3939
release: $(appveyor_build_version)
4040
auth_token:
4141
secure: HK9ej9WVysHQHeTEQ/QTOJmh08xCtDQyDBy5uXWrWV/xROMNkQrTeQv1j2tYOxVw
42-
artifact: /.*\.fdz/
42+
artifact: /(.*\.fdz)|(checksum_md5.txt)/
4343
on:
4444
branch: master

0 commit comments

Comments
 (0)