Update JUCE library #1

Open
allanger wants to merge 17 commits from dev into main
5 changed files with 69 additions and 6 deletions
Showing only changes of commit e92fa5db8b - Show all commits

View File

@ -30,8 +30,9 @@ steps:
image: ubuntu:22.04 image: ubuntu:22.04
commands: commands:
- mkdir dist - mkdir dist
- cp -r build/release/Standalone/paulxstretch dist/ - export RELEASE_DIR=build/PaulXStretch_artefacts/Release
- cp -r build/release/VST3/PaulXStretch.vst3 dist/ - cp -r $RELEASE_DIR/Standalone/paulxstretch dist/
- cp -r $RELEASE_DIR/VST3/PaulXStretch.vst3 dist/
- name: Release paulxstretch - name: Release paulxstretch
image: plugins/gitea-release image: plugins/gitea-release