From 98b774c5dbb65ae7352651488f138038779f30f8 Mon Sep 17 00:00:00 2001 From: ChinhLee <76194645+chinhkrb113@users.noreply.github.com> Date: Tue, 12 May 2026 16:52:04 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20resolve=20#365=20=E2=80=94=20AppImage=20?= =?UTF-8?q?build=20fails?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #365 Signed-off-by: ChinhLee <76194645+chinhkrb113@users.noreply.github.com> --- .pkg/APPIMAGE/pkg2appimage-ingredients.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pkg/APPIMAGE/pkg2appimage-ingredients.yml b/.pkg/APPIMAGE/pkg2appimage-ingredients.yml index 4870fd12..11a45a34 100644 --- a/.pkg/APPIMAGE/pkg2appimage-ingredients.yml +++ b/.pkg/APPIMAGE/pkg2appimage-ingredients.yml @@ -1,9 +1,9 @@ ingredients: - dist: focal + dist: jammy sources: - - deb http://us.archive.ubuntu.com/ubuntu/ focal main universe + - deb http://us.archive.ubuntu.com/ubuntu/ jammy main universe debs: - ../*.deb script: - - mkdir -p /home/runner/work/psst/psst/.AppDir/ - - cp /home/runner/work/psst/psst/psst-gui/assets/logo_256.png /home/runner/work/psst/psst/.AppDir/psst.png + - mkdir -p $GITHUB_WORKSPACE/.AppDir/ + - cp $GITHUB_WORKSPACE/psst-gui/assets/logo_256.png $GITHUB_WORKSPACE/.AppDir/psst.png