From 5b27c96d36a38117f27fc4ee90f7f00390351ae9 Mon Sep 17 00:00:00 2001 From: Iseink <73730302+Iseink@users.noreply.github.com> Date: Wed, 10 Apr 2024 14:53:10 +0800 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 56c17ab..4deec88 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -53,8 +53,8 @@ jobs: - run: sudo mv appimage-builder-x86_64.AppImage /usr/local/bin/appimage-builder #- run: appimage-builder --appdir AppDir - - run: appimage-builder --generate --skip-test - - run: appimage-builder --recipe AppImageBuilder.yml + #- run: appimage-builder --generate --skip-test + #- run: appimage-builder --recipe AppImageBuilder.yml - run: tar -cvf bili_you.tar AppDir - run: wget -O BiliYou-x86_64.AppImage https://github.com/lucinhu/bili_you/releases/download/v1.1.5%2B15/BiliYou-x86_64.AppImage @@ -62,8 +62,8 @@ jobs: - run: ./BiliYou-x86_64.AppImage --appimage-extract - run: rm -rf BiliYou-x86_64.AppImage || true - run: tar -cvf bili_you_x64.tar squashfs-root - - run: appimage-builder --appdir squashfs-root - - run: mv *.AppImage *_aimg.tar + #- run: appimage-builder --appdir squashfs-root + #- run: mv *.AppImage *_aimg.tar - name: Release Packages uses: ncipollo/release-action@main