Skip to content

Commit

Permalink
CI: modify ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Feb 14, 2025
1 parent b3ef13f commit c88bc36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
--file-name RabbitRemoteControl_${{env.RabbitRemoteControl_VERSION}}_$ARCH.AppImage \
-u "https://github.com/KangLin/RabbitRemoteControl/releases/download/${{env.RabbitRemoteControl_VERSION}}/RabbitRemoteControl_${{env.RabbitRemoteControl_VERSION}}_${ARCH}.AppImage;https://sourceforge.net/projects/rabbitremotecontrol/files/${{env.RabbitRemoteControl_VERSION}}/RabbitRemoteControl_${{env.RabbitRemoteControl_VERSION}}_${ARCH}.AppImage" \
--md5 "${MD5SUM}" \
-m "v${{env.RabbitRemoteControl_VERSION}}"
-m "${{env.RabbitRemoteControl_VERSION}}"
- name: Update artifact
if: ${{ matrix.BUILD_TYPE == 'Release' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
--foc 1 \
-u "https://github.com/KangLin/RabbitRemoteControl/releases/download/${{env.RabbitRemoteControl_VERSION}}/rabbitremotecontrol_${{env.RabbitRemoteControl_VERSION}}_`dpkg --print-architecture`.deb;https://sourceforge.net/projects/rabbitremotecontrol/files/${{env.RabbitRemoteControl_VERSION}}/rabbitremotecontrol_${{env.RabbitRemoteControl_VERSION}}_`dpkg --print-architecture`.deb" \
--md5 "${MD5SUM}" \
-m "v${{env.RabbitRemoteControl_VERSION}}"
-m "${{env.RabbitRemoteControl_VERSION}}"
mv "${{github.workspace}}/update_ubuntu.json.xml" update_linux.xml
- name: Update version configure file
Expand Down

0 comments on commit c88bc36

Please sign in to comment.