diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dccf8cd7d9..4c39cb18a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -272,7 +272,7 @@ jobs: # appimagetool with embedded runtime does not support cross build, till AppImage/appimagetool 7a10b8 wget "https://github.com/AppImage/type2-runtime/releases/download/old/runtime-fuse3-${{ matrix.arch }}" chmod a+x appimagetool-x86_64.AppImage - ARCH=${{ matrix.arch }} ./appimagetool-x86_64.AppImage --runtime-file runtime-${{ matrix.arch }} Maa.AppDir + ARCH=${{ matrix.arch }} ./appimagetool-x86_64.AppImage --runtime-file runtime-fuse3-${{ matrix.arch }} Maa.AppDir chmod a+x MaaAssistantArknights-${{ matrix.arch }}.AppImage mv -v MaaAssistantArknights-${{ matrix.arch }}.AppImage $GITHUB_WORKSPACE/release/MAA-${{ needs.meta.outputs.tag }}-linux-${{ matrix.arch }}.AppImage