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 5b27c96 commit 475faf2
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 475faf2

Please sign in to comment.