Skip to content

Feat: New API method MYMPD_API_SCRIPT_RELOAD to reload scripts from d… #6040

Feat: New API method MYMPD_API_SCRIPT_RELOAD to reload scripts from d…

Feat: New API method MYMPD_API_SCRIPT_RELOAD to reload scripts from d… #6040

Workflow file for this run

name: release
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: installdeps
run: sudo ./build.sh installdeps
- name: build
run: ./build.sh release
- name: install
run: sudo ./build.sh install