Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Iseink committed Apr 10, 2024
1 parent 8111114 commit 5b27c96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,17 @@ 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
- 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
#- run: appimage-builder --appdir squashfs-root
#- run: mv *.AppImage *_aimg.tar

- name: Release Packages
uses: ncipollo/release-action@main
Expand Down

0 comments on commit 5b27c96

Please sign in to comment.