From 475faf283994666a742b057ee7daacd13b356240 Mon Sep 17 00:00:00 2001 From: Iseink <73730302+Iseink@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:00:46 +0800 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 4deec88..cafd86b 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -51,17 +51,14 @@ jobs: - run: wget -O appimage-builder-x86_64.AppImage https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/appimage-builder-1.1.0-x86_64.AppImage - run: chmod +x appimage-builder-x86_64.AppImage - 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 --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 - - run: chmod +x BiliYou-x86_64.AppImage - - 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: 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 + # - run: chmod +x BiliYou-x86_64.AppImage + #- 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 @@ -70,7 +67,7 @@ jobs: if: ${{ env.PACKAGED_STATUS }} == 'success' && !cancelled() with: tag: v1.1.5 - artifacts: "*.tar" + artifacts: "*.AppImage" allowUpdates: true removeArtifacts: false replacesArtifacts: true