chore: Configure Renovate #4

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

View File

@ -37,10 +37,10 @@ steps:
- cp -r $RELEASE_DIR/VST3/ /tmp - cp -r $RELEASE_DIR/VST3/ /tmp
- cd /tmp - cd /tmp
- | - |
zip -r Standalone paulxstretch-standalone.zip && \ zip -r paulxstretch-standalone.zip Standalone && \
mv paulxstretch-standalone.zip $DRONE_WORKSPACE/dist/ mv paulxstretch-standalone.zip $DRONE_WORKSPACE/dist/
- | - |
zip -r VST3 paulxstretch-vst3.zip && \ zip -r paulxstretch-vst3.zip VST3 && \
mv paulxstretch-vst3.zip $DRONE_WORKSPACE/dist/ mv paulxstretch-vst3.zip $DRONE_WORKSPACE/dist/
- name: Release paulxstretch - name: Release paulxstretch