gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 04f4338678fabf3f1020d42faa80494f2a853249
parent b7ff98bcb79f874ceaab32f8f78777c47795d63a
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Fri, 31 Jan 2025 19:18:00 +0100

use more generic rclone name for uploads as it might not always be sftp

Diffstat:
Mscripts/deploy.cmake | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/deploy.cmake b/scripts/deploy.cmake @@ -16,5 +16,5 @@ if(UPLOAD_LOCAL) copyArtefacts("dsp56300:deploy" "${FOLDER}" "${FILTER}") endif() if(UPLOAD_REMOTE) - copyArtefacts("dsp56300_sftp:builds" "${FOLDER}" "${FILTER}") + copyArtefacts("dsp56300_upload:builds" "${FOLDER}" "${FILTER}") endif()