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.

Tweak native-build action

-2
-2
.github/workflows/native-build.yml
··· 144 144 env: 145 145 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 146 146 with: 147 - distPath: ../build/ 148 147 projectPath: ./src-tauri/ 149 148 releaseId: ${{ needs.create-release.outputs.RELEASE_UPLOAD_ID }} 150 - includeDebug: true