We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ec60d commit c0ede16Copy full SHA for c0ede16
.github/workflows/generator-linux.yml
@@ -697,7 +697,7 @@ jobs:
697
# run appimage-builder
698
pushd appimage
699
sudo appimage-builder --skip-tests --recipe ./AppImageBuilder-${{ matrix.job.arch }}.yml
700
- mv ./appimage/rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}.AppImage ./appimage/${{ inputs.filename }}-${{ matrix.job.arch }}.AppImage
+ mv ./rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}.AppImage ./${{ inputs.filename }}-${{ matrix.job.arch }}.AppImage
701
702
- name: send file to rdgen server
703
if: ${{ fromJson(inputs.extras).rdgen == 'true' }}
0 commit comments