From e92fa5db8bc853a54b582734e908964820dbfc76 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sat, 19 Aug 2023 15:27:11 +0200 Subject: [PATCH] Fix the release path in build --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5ea44f0..4c04b0c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,13 +30,14 @@ steps: image: ubuntu:22.04 commands: - mkdir dist - - cp -r build/release/Standalone/paulxstretch dist/ - - cp -r build/release/VST3/PaulXStretch.vst3 dist/ + - export RELEASE_DIR=build/PaulXStretch_artefacts/Release + - cp -r $RELEASE_DIR/Standalone/paulxstretch dist/ + - cp -r $RELEASE_DIR/VST3/PaulXStretch.vst3 dist/ - name: Release paulxstretch image: plugins/gitea-release settings: - api_key: + api_key: from_secret: GITEA_TOKEN base_url: https://git.badhouseplants.net files: dist/*