ci: Specify appimage path

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2701>
This commit is contained in:
Georg Krause 2024-02-05 13:37:25 +01:00 committed by Kasper Seweryn
parent cddf6b9d93
commit cb8725a838
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ build_desktop:
artifacts: artifacts:
name: desktop_${CI_COMMIT_REF_NAME} name: desktop_${CI_COMMIT_REF_NAME}
paths: paths:
- front/tauri/target/release/bundle - front/tauri/target/release/bundle/appimage/*.AppImage
deploy_docs: deploy_docs:
interruptible: false interruptible: false