build: Fix zip command

This commit is contained in:
Nikolai Rodionov 2023-08-19 18:36:44 +02:00
parent 90c0a7b7ee
commit 4257a0f8ba
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10

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