File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9393 MD5=`md5sum rabbitcalendar_${{env.Calendar_VERSION}}_${OS_NAME}_${ARCH}.deb|awk '{print $1}'`
9494 echo "MD5:${MD5}"
9595 /opt/Calendar/bin/Calendar.sh \
96- -f "${{github.workspace}}/update_ubuntu .json" \
96+ -f "${{github.workspace}}/update_${OS_NAME}_${ARCH} .json" \
9797 --foc 1 \
9898 --md5 ${MD5} \
9999 -n "rabbitcalendar_${{env.Calendar_VERSION}}_${OS_NAME}_${ARCH}.deb" \
@@ -120,5 +120,5 @@ jobs:
120120 path : |
121121 ${{github.workspace}}/rabbitcalendar_${{env.Calendar_VERSION}}_*.deb
122122 ${{github.workspace}}/update_linux.xml
123- ${{github.workspace}}/update_ubuntu .json
123+ ${{github.workspace}}/update_* .json
124124 ${{github.workspace}}/version.json
Original file line number Diff line number Diff line change @@ -89,11 +89,13 @@ build_script:
8989 - if "%BUILD_ARCH%" == "x64" (copy /Y c:\OpenSSL-Win64\bin\ssleay32.dll install\bin && copy /Y c:\OpenSSL-Win64\bin\libeay32.dll install\bin)
9090 - makensis Install.nsi
9191 - RENAME Calendar_Setup_%CalendarVersion%.exe Calendar_%CalendarVersion%_windows_xp_%BUILD_ARCH%_Setup.exe
92+ - md5sum Calendar_%CalendarVersion%_windows_xp_%BUILD_ARCH%_Setup.exe > Calendar_%CalendarVersion%_windows_xp_%BUILD_ARCH%_Setup.exe.md5sum
9293
9394after_build :
9495
9596artifacts :
9697 - path : build\Calendar_$(CalendarVersion)_windows_xp_$(BUILD_ARCH)_Setup.exe
98+ - path : build\Calendar_%CalendarVersion%_windows_xp_%BUILD_ARCH%_Setup.exe.md5sum
9799
98100test : off
99101
You can’t perform that action at this time.
0 commit comments