Skip to content

Commit 26b3ee5

Browse files
committed
CI: modify ci
1 parent dbd9a69 commit 26b3ee5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
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

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

9394
after_build:
9495

9596
artifacts:
9697
- path: build\Calendar_$(CalendarVersion)_windows_xp_$(BUILD_ARCH)_Setup.exe
98+
- path: build\Calendar_%CalendarVersion%_windows_xp_%BUILD_ARCH%_Setup.exe.md5sum
9799

98100
test: off
99101

0 commit comments

Comments
 (0)