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