Fix the release path in build
This commit is contained in:
parent
efe63eaf3e
commit
e92fa5db8b
@ -30,8 +30,9 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user