chore: Configure Renovate #4

Closed
allanger wants to merge 10 commits from renovate/configure into main
5 changed files with 69 additions and 6 deletions
Showing only changes of commit e92fa5db8b - Show all commits

View File

@ -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/*