Use zipped artifacts
This commit is contained in:
parent
e92fa5db8b
commit
8eb3eb5ebe
11
.drone.yml
11
.drone.yml
@ -31,8 +31,15 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- mkdir dist
|
- mkdir dist
|
||||||
- export RELEASE_DIR=build/PaulXStretch_artefacts/Release
|
- export RELEASE_DIR=build/PaulXStretch_artefacts/Release
|
||||||
- cp -r $RELEASE_DIR/Standalone/paulxstretch dist/
|
- cp -r $RELEASE_DIR/Standalone/ /tmp
|
||||||
- cp -r $RELEASE_DIR/VST3/PaulXStretch.vst3 dist/
|
- cp -r $RELEASE_DIR/VST3/ /tmp
|
||||||
|
- cd /tmp
|
||||||
|
- |
|
||||||
|
zip -r Standalone paulxstretch-standalone.zip && \
|
||||||
|
mv paulxstretch-standalone.zip $DRONE_WORKSPACE/dist/
|
||||||
|
- |
|
||||||
|
zip -r VST3 paulxstretch-vst3.zip && \
|
||||||
|
mv paulxstretch-vst3.zip $DRONE_WORKSPACE/dist/
|
||||||
|
|
||||||
- name: Release paulxstretch
|
- name: Release paulxstretch
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
|
BIN
paulxstretch-vst3.zip
Normal file
BIN
paulxstretch-vst3.zip
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user