A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Try native-build again

+4 -4
+4 -4
.github/workflows/native-build.yml
··· 8 8 9 9 jobs: 10 10 build: 11 - runs-on: ubuntu-20.04 11 + runs-on: ubuntu-latest 12 12 13 13 steps: 14 14 - uses: actions/checkout@v2 ··· 35 35 36 36 create-release: 37 37 needs: build 38 - runs-on: ubuntu-20.04 38 + runs-on: ubuntu-latest 39 39 40 40 outputs: 41 41 RELEASE_UPLOAD_ID: ${{ steps.create_release.outputs.id }} ··· 104 104 strategy: 105 105 fail-fast: false 106 106 matrix: 107 - os: [macos-10.15, ubuntu-20.04, windows-2019] 107 + os: [macos-latest, ubuntu-latest, windows-latest] 108 108 109 109 runs-on: ${{ matrix.os }} 110 110 ··· 143 143 sudo apt-get install -y webkit2gtk-4.0 144 144 145 145 # Tasks 146 - - uses: tauri-apps/tauri-action@v0.0.9 146 + - uses: tauri-apps/tauri-action@v0.0.10 147 147 env: 148 148 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 149 149 with: