From 1b69d846e1787cb08c72f9259e7ebd92002e439a Mon Sep 17 00:00:00 2001 From: Alexandre Petitjean Date: Tue, 9 May 2023 22:28:38 +0200 Subject: [PATCH] Fix linux appimage upload path --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ee9390..39cee00 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: - os: ubuntu-latest qt_tools: 'tools_opensslv3_src' cmake_preset: 'release' - artifact_path: 'cmake-build-release/Kemai-*.AppImage' + artifact_path: 'Kemai-*.AppImage' - os: macos-latest cmake_preset: 'release-macos' artifact_path: 'dist/Kemai-*.dmg'