Skip to content

Let users find the podcast on player artist tap (#490) #91

Let users find the podcast on player artist tap (#490)

Let users find the podcast on player artist tap (#490) #91

Workflow file for this run

name: AppImage Release
on:
push:
branches: [ main ]
env:
FLUTTER_VERSION: '3.16.x'
jobs:
build-appimage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: ${{env.FLUTTER_VERSION}}
- run: sudo apt update
- run: sudo apt install -y clang cmake curl libgtk-3-dev ninja-build pkg-config unzip libunwind-dev libgstreamer-plugins-base1.0-dev libgstreamer1.0-dev libmpv-dev
- run: flutter --disable-analytics
- run: flutter pub get
- run: flutter build linux --release
- uses: AppImageCrafters/build-appimage@master
with:
recipe: "./AppImageBuilder.yml"
env:
UPDATE_INFO: gh-releases-zsync|ubuntu-flutter-community|musicpod|latest|*x86_64.AppImage.zsync