Skip to content

Commit da8608b

Browse files
committed
Fix Deploy Qt Dependencies (Linux)
1 parent cdcd866 commit da8608b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
236236
# The AppImage will already contain the license file
237237
rm -rf dist && mkdir -p dist
238-
mv *.AppImage dist/packobf-gui-${{ matrix.artifact }}
238+
mv *.AppImage dist/packobf-gui-${{ matrix.artifact }}.AppImage
239239
240240
- name: Upload GUI Executable
241241
if: matrix.gui != ''

0 commit comments

Comments
 (0)