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 b66bec5 commit f659ba0Copy full SHA for f659ba0
appveyor.yml
@@ -26,19 +26,19 @@ after_build:
26
- cd %APPVEYOR_BUILD_FOLDER%
27
- 7z a %PLUGIN_NAME%.zip $(BaseDir)\
28
- mv %PLUGIN_NAME%.zip %PLUGIN_NAME%.fdz
29
-- md5sum -b %PLUGIN_NAME%.fdz > chechsum.txt
+- md5sum -b %PLUGIN_NAME%.fdz > checksum_md5.txt
30
artifacts:
31
- path: $(PLUGIN_NAME).fdz
32
name: $(PLUGIN_NAME)
33
type: zip
34
-- path: chechsum.txt
35
- name: chechsum_md5
+- path: checksum_md5.txt
+ name: checksum_md5
36
type: txt
37
deploy:
38
- provider: GitHub
39
release: $(appveyor_build_version)
40
auth_token:
41
secure: HK9ej9WVysHQHeTEQ/QTOJmh08xCtDQyDBy5uXWrWV/xROMNkQrTeQv1j2tYOxVw
42
- artifact: /.*\.fdz/
+ artifact: /(.*\.fdz)|(checksum_md5.txt)/
43
on:
44
branch: master
0 commit comments