Use zipped artifacts

This commit is contained in:
Nikolai Rodionov 2023-08-19 16:22:28 +02:00
parent e92fa5db8b
commit 8eb3eb5ebe
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10
2 changed files with 9 additions and 2 deletions

View File

@ -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

Binary file not shown.