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 db3fe02 commit a30bef4Copy full SHA for a30bef4
appveyor.yml
@@ -35,8 +35,8 @@ after_build:
35
- cd %PLUGIN_PATH%
36
- md5sum %APPVEYOR_BUILD_FOLDER%\%PLUGIN_NAME%.fdz > checksum.md5
37
- cat checksum.md5
38
-- sed -e "s/\s.*//" checksum.md5 > checksum.tmp.md5
39
-- sed -e "s/^\\//" checksum.tmp.md5 > checksum.md5
+- sed -e "s/^.//" checksum.md5 > checksum.tmp.md5 && mv checksum.tmp.md5 checksum.md5
+- sed -e "s/\s.*//" checksum.md5 > checksum.tmp.md5 && mv checksum.tmp.md5 checksum.md5
40
41
- set /p CHECKSUM=<checksum.md5
42
- echo %CHECKSUM%
0 commit comments