From 8fa9e6e7436104aedddd7b3d10714b29a0ef2bb2 Mon Sep 17 00:00:00 2001 From: RainingComputers Date: Thu, 9 Jan 2025 20:55:27 +0530 Subject: [PATCH] ci: Fix app image release workflow --- .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 53587e64..c6b71131 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: sudo chmod +x /usr/local/bin/appimagetool sudo pip3 install appimage-builder - name: Build AppImage - run: appimage-builder --recipe ci/Linux/appimage/appimage-x86_64.yml --skip-test + run: sudo appimage-builder --recipe ci/Linux/appimage/appimage-x86_64.yml --skip-test - name: Set release file id: set_file run: echo "##[set-output name=files;]$(find . -name '*.AppImage')"