From c1ec44bfb707b750bfe0859337ca4892bb41596e Mon Sep 17 00:00:00 2001 From: Feichtmeier Date: Tue, 20 Aug 2024 18:14:51 +0200 Subject: [PATCH] fix: appimagebuilder path --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 55cabcbe5..9c820d9cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -106,6 +106,6 @@ jobs: # release: edge - uses: AppImageCrafters/build-appimage@master with: - recipe: "../../appimage/AppImageBuilder.yml" + recipe: "./appimage/AppImageBuilder.yml" env: UPDATE_INFO: gh-releases-zsync|ubuntu-flutter-community|musicpod|latest|*x86_64.AppImage.zsync \ No newline at end of file