Skip to content

Commit c0ede16

Browse files
committed
flatpak,appimage
1 parent 78ec60d commit c0ede16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generator-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ jobs:
697697
# run appimage-builder
698698
pushd appimage
699699
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
700+
mv ./rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}.AppImage ./${{ inputs.filename }}-${{ matrix.job.arch }}.AppImage
701701
702702
- name: send file to rdgen server
703703
if: ${{ fromJson(inputs.extras).rdgen == 'true' }}

0 commit comments

Comments
 (0)