Skip to content

Commit fa66b2c

Browse files
committed
CI: Modify appimage.yml
1 parent 87758c7 commit fa66b2c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/appimage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ jobs:
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" \
121-
--md5 "${MD5SUM}" \
122-
-m "v${{env.Calendar_VERSION}}"
121+
--md5 "${MD5SUM}"
123122
124123
- name: Update artifact
125124
if: ${{ matrix.BUILD_TYPE == 'Release' }}

.github/workflows/ubuntu.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ jobs:
9797
--foc 1 \
9898
--md5 ${MD5} \
9999
-n "rabbitcalendar_${{env.Calendar_VERSION}}_${OS_NAME}_${ARCH}.deb" \
100-
-m "${{env.Calendar_VERSION}}" \
101100
-u "https://github.com/KangLin/Calendar/releases/download/v${{env.Calendar_VERSION}}/rabbitcalendar_${{env.Calendar_VERSION}}_${OS_NAME}_${ARCH}.deb;https://sourceforge.net/projects/rabbitcalendar/files/v${{env.Calendar_VERSION}}/rabbitcalendar_${{env.Calendar_VERSION}}_${OS_NAME}_${ARCH}.deb"
102101
mv update_${OS_NAME}_${ARCH}.json.xml update_linux.xml
103102

0 commit comments

Comments
 (0)