From 68be8e31b0acc6c081a323fce8b8f42e88813874 Mon Sep 17 00:00:00 2001 From: Senk Ju <18741573+SenkJu@users.noreply.github.com> Date: Sun, 24 Dec 2023 05:02:54 +0100 Subject: [PATCH] workflow: fix macos binary --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 32f2beb..abece3c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,4 +79,4 @@ jobs: if: matrix.platform == 'macos-latest' with: name: liquidlauncher-macos - path: ./src-tauri/target/release/bundle/macos/liquid-launcher.app.tar.* + path: ./src-tauri/target/release/bundle/macos/liquidlauncher.app.tar.*