From 45dfc1ec9108b20a0d5d01a5f6828fefe950b8b3 Mon Sep 17 00:00:00 2001 From: virtualdesigner Date: Fri, 15 Sep 2023 08:37:13 +0530 Subject: [PATCH] Change path for artifact --- .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 8140eb0..19f2869 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,4 +42,4 @@ jobs: uses: actions/upload-artifact@v3.1.0 with: name: ark-rate-desktop.AppImage - path: ./target/release/bundle/appimage/ark-rate-desktop_*_amd64.AppImage \ No newline at end of file + path: ./src-tauri/target/release/bundle/appimage/ark-rate-desktop_*_amd64.AppImage \ No newline at end of file