build: Fix zip command

This commit is contained in:
Nikolai Rodionov
2023-08-19 18:36:44 +02:00
parent 90c0a7b7ee
commit 208dce05b8

View File

@ -37,10 +37,10 @@ steps:
- cp -r $RELEASE_DIR/VST3/ /tmp
- cd /tmp
- |
zip -r Standalone paulxstretch-standalone.zip && \
zip -r paulxstretch-standalone.zip Standalone && \
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/
- name: Release paulxstretch