From 7feedcad25c4252b8a6fc07db969b0b9e2871d7a Mon Sep 17 00:00:00 2001 From: borgmanJeremy <46930769+borgmanJeremy@users.noreply.github.com> Date: Wed, 5 Oct 2022 11:24:34 -0500 Subject: [PATCH] fixing appiamge pipeline (#2937) --- .github/workflows/Linux-pack.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/Linux-pack.yml b/.github/workflows/Linux-pack.yml index 9da2aafd..f3882bfc 100644 --- a/.github/workflows/Linux-pack.yml +++ b/.github/workflows/Linux-pack.yml @@ -405,8 +405,7 @@ jobs: # which is glibc 2.23. For more information, please see https://github.com/probonopd/linuxdeployqt/issues/340. # Will try new tool https://github.com/probonopd/go-appimage written in golang by probonopd. run: | - wget -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases -O - \ - | grep "appimagetool-.*-${APPIMAGETOOL_ARCH}.AppImage" | head -n 1 | cut -d '"' -f 2) -O appimagetool + wget https://github.com/probonopd/go-appimage/releases/download/continuous/appimagetool-724-x86_64.AppImage -O appimagetool chmod +x appimagetool env: APPIMAGETOOL_ARCH: x86_64