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.
2 parents 9d8d399 + 284f587 commit b66bec5Copy full SHA for b66bec5
appveyor.yml
@@ -26,12 +26,12 @@ 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.md5
+- md5sum -b %PLUGIN_NAME%.fdz > chechsum.txt
30
artifacts:
31
- path: $(PLUGIN_NAME).fdz
32
name: $(PLUGIN_NAME)
33
type: zip
34
-- path: chechsum.md5
+- path: chechsum.txt
35
name: chechsum_md5
36
type: txt
37
deploy:
0 commit comments