Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

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

Rename GPUI DMG artifact filename

+1 -1
+1 -1
.github/workflows/release-gpui.yml
··· 32 32 run: | 33 33 VERSION="${{ github.event.inputs.tag || github.event.release.tag_name || github.ref_name }}" 34 34 echo "version=${VERSION}" >> "$GITHUB_OUTPUT" 35 - echo "dmg=Rockbox-gpui-${VERSION}-${{ matrix.arch }}.dmg" >> "$GITHUB_OUTPUT" 35 + echo "dmg=Rockbox-${VERSION}-gpui-${{ matrix.arch }}.dmg" >> "$GITHUB_OUTPUT" 36 36 37 37 - uses: actions-rust-lang/setup-rust-toolchain@v1 38 38