build: Fix zip command
This commit is contained in:
parent
90c0a7b7ee
commit
4257a0f8ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user