diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86d8537..9c9fb25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,13 +184,19 @@ jobs: - name: Build AppImage run: | wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage - wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage chmod +x linuxdeploy-x86_64.AppImage - chmod +x appimagetool-x86_64.AppImage mkdir -p AppDir/bin cp target/release/taskwarrior-tui AppDir/bin/taskwarrior-tui - ./linuxdeploy-x86_64.AppImage --appdir AppDir - ./appimagetool-x86_64.AppImage AppDir/ + cat <