diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 7569e977..bb592192 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -65,8 +65,8 @@ jobs: id: create_appimage run: | # Get appimagetool - wget -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases/expanded_assets/continuous -O - | grep "appimagetool-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2) - #wget https://welle-io-nightlies.albrechtloh.de/appimagetool-843-x86_64.AppImage # just for testing + #wget -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases/expanded_assets/continuous -O - | grep "appimagetool-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2) + wget https://welle-io-nightlies.albrechtloh.de/appimagetool-843-x86_64.AppImage # just for testing chmod +x appimagetool-*.AppImage # Create AppImage