Stop packaging the standalone
This commit is contained in:
parent
2a78d3ff47
commit
53cafc34d7
@ -26,12 +26,8 @@ steps:
|
||||
- apt-get install zip -y
|
||||
- mkdir dist
|
||||
- export RELEASE_DIR=build/PaulXStretch_artefacts/Release
|
||||
- cp -r $RELEASE_DIR/Standalone/ /tmp
|
||||
- cp -r $RELEASE_DIR/VST3/ /tmp
|
||||
- cd /tmp
|
||||
- |
|
||||
zip -r paulxstretch-standalone.zip Standalone && \
|
||||
mv paulxstretch-standalone.zip $DRONE_WORKSPACE/dist/
|
||||
- |
|
||||
zip -r paulxstretch-vst3.zip VST3 && \
|
||||
mv paulxstretch-vst3.zip $DRONE_WORKSPACE/dist/
|
||||
|
Loading…
Reference in New Issue
Block a user