Skip to content

Commit f99c7b0

Browse files
committed
Release v1.0.21
1 parent f709045 commit f99c7b0

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ubuntu-24.04
3333

3434
env:
35-
Calendar_VERSION: v1.0.20
35+
Calendar_VERSION: v1.0.21
3636
VCPKGGITCOMMITID: 9f5925e81bbcd9c8c34cc7a8bd25e3c557b582b2
3737
VCPKG_TARGET_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}
3838
VCPKG_DEFAULT_TRIPLET: ${{matrix.VCPKG_TARGET_TRIPLET}}

.github/workflows/appimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
echo "MD5SUM Calendar_${{env.Calendar_VERSION}}_$ARCH.AppImage: ${MD5SUM}"
115115
echo "Generate update configure file ......"
116116
./Calendar_${{env.Calendar_VERSION}}_$ARCH.AppImage \
117-
-f "${{github.workspace}}/update_appimage_${{matrix.qt_arch}}_qt${{matrix.qt_version}}.json" \
117+
-f "${{github.workspace}}/update_appimage_${{matrix.os}}_${{matrix.qt_arch}}_${{matrix.BUILD_TYPE}}.json" \
118118
--foc 1 \
119119
--file-name Calendar_${{env.Calendar_VERSION}}_$ARCH.AppImage \
120120
-u "https://github.com/KangLin/Calendar/releases/download/${{env.Calendar_VERSION}}/Calendar_${{env.Calendar_VERSION}}_${ARCH}.AppImage;https://sourceforge.net/projects/Calendar/files/${{env.Calendar_VERSION}}/Calendar_${{env.Calendar_VERSION}}_${ARCH}.AppImage" \
@@ -128,4 +128,4 @@ jobs:
128128
name: ${{ env.artifact_name }}
129129
path: |
130130
${{github.workspace}}/Calendar_${{env.Calendar_VERSION}}_*.AppImage
131-
${{github.workspace}}/update_appimage_${{matrix.qt_arch}}_qt${{matrix.qt_version}}.json
131+
${{github.workspace}}/update_appimage_${{matrix.os}}_${{matrix.qt_arch}}_${{matrix.BUILD_TYPE}}.json

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,22 +84,22 @@ jobs:
8484
echo "[:cn: 修改日志](https://github.com/KangLin/Calendar/blob/${{env.Calendar_VERSION}}/ChangeLog_zh_CN.md)" > ${{github.workspace}}/Note.md
8585
echo "[:us: Change log](https://github.com/KangLin/Calendar/blob/${{env.Calendar_VERSION}}/ChangeLog.md)" >> ${{github.workspace}}/Note.md
8686
echo "" >> ${{github.workspace}}/Note.md
87-
echo "File signatures:" >> ${{github.workspace}}/Note.md
87+
echo "File checksum:" >> ${{github.workspace}}/Note.md
88+
echo "|File|Checksum(md5)|" >> ${{github.workspace}}/Note.md
89+
echo "| :- | :- |" >> ${{github.workspace}}/Note.md
90+
cd ${{ env.artifact_path }}
8891
for file in *
8992
do
9093
echo "$file"
9194
if [ -f $file ]; then
9295
if [ "${file##*.}" != "xml" ] && [ "${file##*.}" != "json" ]; then
93-
md5sum $file > $file.md5sum
94-
cat $file.md5sum >> ${{github.workspace}}/Note.md
96+
md5sum $file > ${file}.md5sum
97+
awk '{print "|", $2, "|", $1, "|"}' ${file}.md5sum >> ${{github.workspace}}/Note.md
9598
fi
9699
else
97100
rm -fr $file
98101
fi
99102
done
100-
echo "" >> ${{github.workspace}}/Note.md
101-
# echo "得到文件签名(在 linux 中): md5sum file" >> ${{github.workspace}}/Note.md
102-
# echo "Get file signatures in linux: md5sum file" >> ${{github.workspace}}/Note.md
103103
104104
- name: Upload To Github Release
105105
if: ${{ startsWith(github.ref, 'refs/tags/') }}

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ rabbitcalendar (1.0.21) unstable; urgency=medium
22

33
* Full Changelog: [v1.0.20..v1.0.21](https://github.com/KangLin/RabbitRemoteControl/compare/v1.0.20..v1.0.21)
44

5-
-- Kang Lin <[email protected]> Thu, 13 Feb 2025 16:07:34 +0800
5+
-- Kang Lin <[email protected]> Thu, 13 Feb 2025 16:42:31 +0800

0 commit comments

Comments
 (0)